]> git.wh0rd.org - home.git/blobdiff - .gitconfig
nanorc: update bindings
[home.git] / .gitconfig
index 61f69994a51fa3033adfeaee13aba1c2b83cccf3..77d72174644af0173e6720d85f84c27bcc1ec1b4 100644 (file)
@@ -37,6 +37,9 @@
        # https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html
        version = 2
 
+[pull]
+       ff = only
+
 [push]
        default = current
 
        bi   = bisect
        cfg  = config
        ci   = commit
+       cia  = commit -a
+       ciaf = commit -a --fixup
+       ciam = commit --amend
+       ciaam = commit --amend -a
+       cif  = commit --fixup
        co   = checkout
        cp   = cherry-pick --ff
        cp-a = cherry-pick --abort
        cp-c = cherry-pick --continue
        cp-x = cherry-pick -x
        d    = diff
+       dc   = diff --cached
        desc = describe
        f    = fetch
        fp   = format-patch -C -M