We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1654e commit b6c15f9Copy full SHA for b6c15f9
gitconfig
@@ -70,3 +70,14 @@ cmd = difft "$LOCAL" "$REMOTE"
70
71
[pager]
72
difftool = true
73
+[difftool "sourcetree"]
74
+ cmd = opendiff \"$LOCAL\" \"$REMOTE\"
75
+ path =
76
+[mergetool "sourcetree"]
77
+ cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
78
+ trustExitCode = true
79
+[filter "lfs"]
80
+ smudge = git-lfs smudge -- %f
81
+ process = git-lfs filter-process
82
+ required = true
83
+ clean = git-lfs clean -- %f
0 commit comments