]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: remove alias ca to avoid collision with commit -a
authorOleg Broytman <phd@phdru.name>
Mon, 4 May 2015 20:52:39 +0000 (23:52 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 4 May 2015 20:52:39 +0000 (23:52 +0300)
.gitconfig

index 58ff46495493aed27d9690d83606d934dfd3e5e3..67b48341f734b8633413765cad4202d4964b5afa 100644 (file)
@@ -1,6 +1,5 @@
 [alias]
        b = branch
-       ca = commit --amend
        camend = commit --amend -C HEAD
        checkin = commit
        ci = commit