Add some new new gitconfig options.
This commit is contained in:
parent
b50191cb12
commit
a69d13f9c0
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
defaultBranch = main
|
||||
[user]
|
||||
name = Sebastian Bugge
|
||||
useConfigOnly = true
|
||||
[pull]
|
||||
ff = false
|
||||
rebase = true
|
||||
|
@ -14,6 +15,8 @@
|
|||
autoSetupRemote = true
|
||||
[rerere]
|
||||
enabled = true
|
||||
[advice]
|
||||
skippedCherryPicks = false
|
||||
[help]
|
||||
autocorrect = 10
|
||||
[include]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue