]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.m4
gitconfig: Add another alias.
[config/dotfiles.git] / gitconfig.m4
index 3325a3c1a4950a5090ece62a136deb17494f3b73..0cfd46a42972116a17be86ba294d8b081d38130d 100644 (file)
@@ -27,11 +27,13 @@ include(../lib.m4)
        ci = commit -v
        d  = diff
        di = diff
+       dc = diff --cached
        s  = status
        st = status
        l  = log
        ls = log --stat
        lp = log -p
+       glog = log --pretty=oneline --graph --all
        a  = add
        ap = add -p
        co = checkout
@@ -44,10 +46,8 @@ include(../lib.m4)
        t  = tag
        p  = push
        pu = push
-       # Custom commands.
-       fs = fsck --strict --full
-       glog = log --pretty=oneline --graph --all
        ru = remote update
+       fs = fsck --strict --full
        ss = stash save
        sa = stash apply
        sl = stash list