Set pull.rebase to false globally (finally!)

This commit is contained in:
Peter J. Holzer 2023-03-04 10:22:35 +01:00
parent a59264e149
commit 1db95b2996
1 changed files with 7 additions and 0 deletions

View File

@ -15,3 +15,10 @@
# nothing is inconvenient, matching is dangerous. # nothing is inconvenient, matching is dangerous.
# current is only compatible remaining option. # current is only compatible remaining option.
default = current default = current
[color "diff"]
# Display commit ids blue on white.
# Default is yellow on normal which is unreadable with a light
# background
commit = blue white
[pull]
rebase = false