chore(config): enable git push.autoSetupRemote
https://stackoverflow.com/questions/6089294/why-do-i-need-to-do-set-upstream-all-the-time/72401899#72401899main
parent
e0b2fc6174
commit
c0520b8575
|
@ -22,6 +22,7 @@ git config --global init.defaultBranch main
|
|||
git config --global diff.colorMoved default
|
||||
git config --global merge.conflictstyle diff3
|
||||
git config --global core.fsmonitor true
|
||||
git config --global push.autoSetupRemote true
|
||||
|
||||
# Delta
|
||||
# https://github.com/dandavison/delta
|
||||
|
|
Loading…
Reference in New Issue