]> code.delx.au - dotfiles/commitdiff
gitconfig: remove redundant param
authorJames Bunton <jbunton@atlassian.com>
Mon, 1 Dec 2014 09:31:30 +0000 (20:31 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Mon, 1 Dec 2014 09:32:37 +0000 (20:32 +1100)
.gitconfig

index 2c79ea90524b3e6063e50ffd0d4ec4f42aef2e1d..63278c079357a9a1003c6d0a0218e59c6cca556d 100644 (file)
@@ -25,7 +25,7 @@
     ff = merge --ff-only
     ffpull = pull --ff-only
     lso = ls-files -X .gitignore -o
-    pushn = !git push origin -u --set-upstream "$(git rev-parse --abbrev-ref HEAD)"
+    pushn = !git push origin --set-upstream "$(git rev-parse --abbrev-ref HEAD)"
     pushd = !git push origin --delete "$(git rev-parse --abbrev-ref HEAD)"
     cherry-pick = cherry-pick -x
     branches-to-kill = !git branch --merged origin/master|grep -v master|xargs -n1 echo git branch -d