Skip to content

Instantly share code, notes, and snippets.

@seankearon
Created November 11, 2019 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seankearon/6899f74474fbb0820b5cb15e2efd4aed to your computer and use it in GitHub Desktop.
Save seankearon/6899f74474fbb0820b5cb15e2efd4aed to your computer and use it in GitHub Desktop.
Set Git to use Beyond Compare
git config --global diff.tool bc3
git config --global difftool.bc3.path "C:\Program Files\Beyond Compare 4\bcomp.exe"
git config --global merge.tool bc3
git config --global mergetool.b3c.path "C:\Program Files\Beyond Compare 4\bcomp.exe"
git config --global difftool.prompt false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment