added auto setup remote on push for old git versions
This commit is contained in:
parent
ebc3f10d93
commit
edd17a7628
1 changed files with 4 additions and 0 deletions
|
@ -58,7 +58,11 @@
|
|||
[pull]
|
||||
rebase = true
|
||||
[push]
|
||||
# for git >= 2.37
|
||||
autoSetupRemote = true
|
||||
# for git < 2.37
|
||||
default = current
|
||||
|
||||
followTags = true
|
||||
[commit]
|
||||
verbose = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue