]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add some even shorter aliases.
authorSimon Ruderich <simon@ruderich.org>
Sun, 14 Mar 2010 00:25:12 +0000 (01:25 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 14 Mar 2010 00:25:12 +0000 (01:25 +0100)
gitconfig.m4

index aaad40e0c415cb68644841f79888356c1d4997df..22b61d17ecf6f58a244a77f14c2b804f71668e27 100644 (file)
@@ -17,13 +17,22 @@ include(../lib.m4)
 
 [alias]
        # Shortcuts for often used commands.
+       c  = commit -v
        ci = commit -v
+       d  = diff
        di = diff
+       s  = status
        st = status
+       l  = log
+       a  = add
        co = checkout
+       b  = branch
        br = branch
+       m  = merge
        me = merge
+       f  = fetch
        fe = fetch
+       p  = push
        pu = push
        # Custom commands.
        fs = fsck --strict --full