]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.m4
gitconfig: Add another alias.
[config/dotfiles.git] / gitconfig.m4
index 970014fc564b5c63c7120282bc3cb51103a86fe4..0cfd46a42972116a17be86ba294d8b081d38130d 100644 (file)
@@ -27,10 +27,15 @@ 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
        b  = branch -av
        br = branch -av
@@ -41,9 +46,8 @@ include(../lib.m4)
        t  = tag
        p  = push
        pu = push
-       # Custom commands.
+       ru = remote update
        fs = fsck --strict --full
-       glog = log --pretty=oneline --graph --all
        ss = stash save
        sa = stash apply
        sl = stash list