Update .gitconfig

This commit is contained in:
Felix Delattre 2023-03-04 13:24:38 +01:00
parent 5f94d7dd45
commit 8bde03cf3b
1 changed files with 0 additions and 9 deletions

View File

@ -48,12 +48,3 @@
editor = nvim
excludesfile = /Users/felix.delattre/.gitignore_global
[user]
name = Felix Delattre
email = felix.delattre@up42.com
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true