refactor(git): update conflict style and set default branch
This commit is contained in:
parent
24066acaf6
commit
073f6db85f
1 changed files with 6 additions and 0 deletions
|
|
@ -10,9 +10,15 @@
|
|||
editor = $ZSH/plugins/emacs/emacsclient.sh -nw
|
||||
autocrlf = input
|
||||
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
|
||||
[rerere]
|
||||
enabled = true
|
||||
|
||||
[push]
|
||||
default = current
|
||||
|
||||
[pager]
|
||||
diff = delta --light
|
||||
log = delta --light
|
||||
|
|
|
|||
Loading…
Reference in a new issue