Skip to content

Configuring your diff tool

DavidBurela edited this page Jan 14, 2012 · 1 revision

This guide was posted by @Grumpdev in the Code52 chatroom

git config --global merge.tool

git config merge.tool mymerge
git config merge.mymerge.cmd 'mymerge.exe --base "$BASE" "$LOCAL" "$REMOTE" -o "$MERGED"'
Clone this wiki locally