Last active
January 11, 2018 00:07
-
-
Save vitorhsb/357b7ba83db8302244f97e5c3f4feef4 to your computer and use it in GitHub Desktop.
Revisions
-
vitorhsb revised this gist
Jan 11, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,4 +12,4 @@ [mergetool] keepBackup = false [difftool "diffmerge"] cmd = /usr/local/bin/diffmerge --nosplash \"$LOCAL\" \"$REMOTE\" -
vitorhsb revised this gist
Jan 11, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ tool = diffmerge [merge] tool = diffmerge ... -
vitorhsb created this gist
Jan 11, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ [diff] tool = diffmerge [merge] tool = diffmerge ... [mergetool "diffmerge"] cmd = /usr/local/bin/diffmerge --merge --result=\"$MERGED\" \"$LOCAL\" \"$BASE\" \"$REMOTE\" trustExitCode = true [mergetool] keepBackup = false [difftool "diffmerge"] cmd = /Applications/DiffMerge.app/Contents/MacOS/DiffMerge --nosplash \"$LOCAL\" \"$REMOTE\"