]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
Store browser-stack in ~/.cache instead of ~/.config
[dotfiles.git] / .gitconfig
index 95d1a76305ce34529033bc903573684983786b80..58ff46495493aed27d9690d83606d934dfd3e5e3 100644 (file)
@@ -1,8 +1,8 @@
 [alias]
-       amend = commit --amend -C HEAD
        b = branch
-       checkin = commit
        ca = commit --amend
+       camend = commit --amend -C HEAD
+       checkin = commit
        ci = commit
        co = checkout
        d = diff
@@ -19,6 +19,7 @@
        st = status --short
        stb = status --short --branch
        wdiff = diff --word-diff
+       wshow = show --word-diff
 
 [color]
        ui = auto