Skip to content

Commit

Permalink
.gitconfig: Add caa alias.
Browse files Browse the repository at this point in the history
For commit --amend -a
  • Loading branch information
sruffell committed Mar 27, 2011
1 parent 9befe42 commit 9c10b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig
Expand Up @@ -25,3 +25,4 @@

[alias]
ll = log --color --pretty=oneline --abbrev-commit --decorate
caa = commit -a --amend -C HEAD

0 comments on commit 9c10b3c

Please sign in to comment.