Skip to content

Instantly share code, notes, and snippets.

@tekguy
Last active September 19, 2018 17:49
Show Gist options
  • Save tekguy/27041b7e9d14732a6b0d to your computer and use it in GitHub Desktop.
Save tekguy/27041b7e9d14732a6b0d to your computer and use it in GitHub Desktop.
git config --global diff.tool bc4
git config --global difftool.bc4.path "c:/Program Files/Beyond Compare 4/bcomp.exe"
git config --global merge.tool bc4
git config --global mergetool.bc4.path "c:/Program Files/Beyond Compare 4/bcomp.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment