]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: remove alias ca to avoid collision with commit -a
[dotfiles.git] / .gitconfig
index baccece3c3576a1bc12dae9b8f50ba386032dde9..67b48341f734b8633413765cad4202d4964b5afa 100644 (file)
@@ -1,7 +1,6 @@
 [alias]
-       amend = commit --amend -C HEAD
        b = branch
-       ca = commit --amend
+       camend = commit --amend -C HEAD
        checkin = commit
        ci = commit
        co = checkout
@@ -19,6 +18,7 @@
        st = status --short
        stb = status --short --branch
        wdiff = diff --word-diff
+       wshow = show --word-diff
 
 [color]
        ui = auto