git: Don't push to upstream with pushall.

This commit is contained in:
2016-01-29 16:56:17 +01:00
parent dd6d828349
commit a35181c96c

View File

@@ -21,7 +21,7 @@
logl = log --graph --decorate --pretty=oneline --abbrev-commit --all
pushall = "!sh -c 'for r in $(git remote) ; do echo \"--- [$r] ---\" ; git push $r $1; done' -"
pushall = "!sh -c 'for r in $(git remote) ; do [[ "$r" != "upstream" ]] && { echo \"--- [$r] ---\" ; git push $r $1 ; } ; done' -"
[core]
editor = vim