Git push to current, not upstream

The primary use case for me is to `git push staging` and `git push
production` from the master branch using our typical git workflow:

https://github.com/thoughtbot/guides/tree/master/protocol#deploy
This commit is contained in:
Dan Croak 2013-07-10 23:16:27 -07:00
parent fdbd7b5248
commit b7bc52ec20

View file

@ -1,5 +1,5 @@
[push]
default = upstream
default = current
[color]
ui = auto
[alias]