git pull merge automatically

This commit is contained in:
daniel
2023-03-19 13:14:17 +01:00
parent 495988431d
commit 59b8391315

View File

@@ -38,7 +38,6 @@
colorMoved = True colorMoved = True
[commit] [commit]
verbose = true verbose = true
[color "status"] [color "status"]
added = green added = green
changed = red changed = red
@@ -50,3 +49,5 @@
defaultBranch = main defaultBranch = main
[include] [include]
path = ~/.gitconfig.local path = ~/.gitconfig.local
[pull]
rebase = false