mirror of
https://github.com/gaschz/dotfiles.git
synced 2025-03-01 14:22:33 +01:00
fix: push default current branch
The option push.default=upstream is not suitable for when the branch is not created yet as it will default to the upstream branch. Even if specifying the refspec as an argument, it will still push to the default one, creating a mess.
This commit is contained in:
parent
59dd3011b2
commit
4cdc092a3b
@ -143,7 +143,7 @@
|
||||
rebase = false
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
default = upstream
|
||||
default = current
|
||||
gpgSign = if-asked
|
||||
[rebase]
|
||||
autoSquash = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user