diff options
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] |