]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add new aliases au, ssk, fp.
authorSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:51:06 +0000 (17:51 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:51:06 +0000 (17:51 +0200)
gitconfig.m4

index 71785d92ea12e4faf0424c99c4c3dc041ca0fc11..32bb10f6dae22d704ddaac7e99f8707d24440220 100644 (file)
@@ -36,6 +36,7 @@ include(../lib.m4)
        glog = log --pretty=oneline --graph --all
        a  = add
        ap = add -p
+       au = add -u
        co = checkout
        b  = branch -av
        br = branch -av
@@ -49,8 +50,10 @@ include(../lib.m4)
        ru = remote update
        fs = fsck --strict --full
        ss = stash save
+       ssk = stash save --keep-index
        sa = stash apply
        sl = stash list
+       fp = format-patch
 
 [diff]
        # Detect copies and renames.