diff --git a/dot_gitconfig b/dot_gitconfig index 85bb5e7..c567e22 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -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