added auto setup remote on push for old git versions

This commit is contained in:
Stanislas Jouffroy 2025-05-23 07:51:19 +00:00
parent ebc3f10d93
commit edd17a7628

View file

@ -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