]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.m4
gitconfig: Remove "custom commands" distinction.
[config/dotfiles.git] / gitconfig.m4
index 970014fc564b5c63c7120282bc3cb51103a86fe4..f05576ab314d052633f560ede759f94214a94895 100644 (file)
@@ -30,7 +30,11 @@ include(../lib.m4)
        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 +45,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