Git: mergetool, autoSetupRemote

This commit is contained in:
Tobias Manske 2022-11-02 19:14:51 +01:00
parent d6cd2fa426
commit ae5d666715
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A

View File

@ -19,11 +19,12 @@
user = rad4day
[pull]
rebase = true
[push]
autoSetupRemote = true
[interactive]
diffFilter = delta --color-only
[delta]
features = line-numbers decorations
syntax-theme = OneHalfDark
whitespace-error-style = 22 reverse
[delta "decorations"]
commit-decoration-style = bold yellow box ul
@ -37,3 +38,5 @@
defaultBranch = main
[diff "dyff"]
command = "dyff_between() { dyff --color on between --omit-header \"$2\" \"$5\"; }; dyff_between"
[merge]
tool = smerge