Skip to content

Instantly share code, notes, and snippets.

@apavamontri
Created June 21, 2012 03:42
Show Gist options
  • Save apavamontri/2963692 to your computer and use it in GitHub Desktop.
Save apavamontri/2963692 to your computer and use it in GitHub Desktop.
Using Beyond Compare with Git
git config --global diff.tool bc3
git config --global difftool.bc3.path "c:/program files (x86)/beyond compare 3/bcomp.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment