mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Cleanup
This commit is contained in:
@@ -7,11 +7,13 @@
|
||||
|
||||
[branch]
|
||||
autoSetupMerge = true
|
||||
|
||||
[init]
|
||||
defaultBranch = "main"
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
default = "current"
|
||||
@@ -20,24 +22,6 @@
|
||||
email = "jonashahn1@gmx.net"
|
||||
name = "Jonas Hahn"
|
||||
|
||||
[diff]
|
||||
tool = nvimdiff
|
||||
[difftool "nvimdiff"]
|
||||
#cmd = nvim -d \"$LOCAL\" \"$REMOTE\"
|
||||
cmd = ~/projects/scripts/diffv_wrap.sh \"$LOCAL\" \"$REMOTE\"
|
||||
trustExitCode = true
|
||||
|
||||
[merge]
|
||||
tool = nvimdiff
|
||||
[mergetool "nvimdiff"]
|
||||
#cmd = nvim -d \"$LOCAL\" \"$REMOTE\" \"$MERGED\"
|
||||
# just pass all that is available to the script
|
||||
cmd = ~/projects/scripts/diffv_wrap.sh \"$LOCAL\" \"$REMOTE\" \"$MERGED\" \"$BASE\"
|
||||
|
||||
trustExitCode = true
|
||||
[mergetool]
|
||||
prompt = false
|
||||
|
||||
[core]
|
||||
autocrlf = input
|
||||
|
||||
|
||||
Reference in New Issue
Block a user