]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add some more aliases.
authorSimon Ruderich <simon@ruderich.org>
Mon, 5 Jul 2010 19:08:42 +0000 (21:08 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 5 Jul 2010 19:08:42 +0000 (21:08 +0200)
gitconfig.m4

index 970014fc564b5c63c7120282bc3cb51103a86fe4..3325a3c1a4950a5090ece62a136deb17494f3b73 100644 (file)
@@ -30,7 +30,10 @@ include(../lib.m4)
        s  = status
        st = status
        l  = log
+       ls = log --stat
+       lp = log -p
        a  = add
+       ap = add -p
        co = checkout
        b  = branch -av
        br = branch -av
@@ -44,6 +47,7 @@ include(../lib.m4)
        # Custom commands.
        fs = fsck --strict --full
        glog = log --pretty=oneline --graph --all
+       ru = remote update
        ss = stash save
        sa = stash apply
        sl = stash list