From 70eafcd8f434bb7703f34a7f85da9547baf664d2 Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Fri, 3 Jul 2026 21:42:05 -0500 Subject: --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index a572379..bf33e6f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,5 @@ [alias] - aa = commit --amend --no-edit + aa = commit --amend --no-edit --allow-empty-message cc = commit --allow-empty-message -m \"\" pp = !git push -u origin $(git branch --show-current) [core] -- cgit v1.2.3