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:
parent
fdbd7b5248
commit
b7bc52ec20
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[push]
|
||||
default = upstream
|
||||
default = current
|
||||
[color]
|
||||
ui = auto
|
||||
[alias]
|
||||
|
|
Loading…
Add table
Reference in a new issue