]> code.delx.au - dotfiles/commitdiff
git: cherry-pick -x by default
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 15 Mar 2014 00:06:40 +0000 (11:06 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 15 Mar 2014 00:20:29 +0000 (11:20 +1100)
.gitconfig

index ff72ddc047ec3897a40b3c0639cc4ca1a2c45724..b246d0e48bf9c94fe39d100cce9d647da7f8dad6 100644 (file)
@@ -27,3 +27,4 @@
        lso = ls-files -X .gitignore -o
        pushn = !git push origin -u --set-upstream "$(git rev-parse --abbrev-ref HEAD)"
        pushd = !git push origin --delete "$(git rev-parse --abbrev-ref HEAD)"
+       cherry-pick = cherry-pick -x