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]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[push]
|
[push]
|
||||||
|
# for git >= 2.37
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
# for git < 2.37
|
||||||
|
default = current
|
||||||
|
|
||||||
followTags = true
|
followTags = true
|
||||||
[commit]
|
[commit]
|
||||||
verbose = true
|
verbose = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue