diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-07-03 21:42:05 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-07-03 21:42:05 -0500 |
| commit | 70eafcd8f434bb7703f34a7f85da9547baf664d2 (patch) | |
| tree | 0dceb93b406b0ce2faf0ee8f9ed68c8b5f8f13f7 /.gitconfig | |
| parent | e9906ad4c7ad1b3ff7583cd4379014372613f9a7 (diff) | |
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |