Created
November 11, 2019 13:55
-
-
Save seankearon/6899f74474fbb0820b5cb15e2efd4aed to your computer and use it in GitHub Desktop.
Set Git to use Beyond Compare
This file contains 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 characters
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