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
|
editor = $ZSH/plugins/emacs/emacsclient.sh -nw
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
conflictstyle = diff3
|
||||||
|
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
|
[push]
|
||||||
|
default = current
|
||||||
|
|
||||||
[pager]
|
[pager]
|
||||||
diff = delta --light
|
diff = delta --light
|
||||||
log = delta --light
|
log = delta --light
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue