Created
July 21, 2016 20:25
-
-
Save ernestohs/fa53c77ad3ffd6e5363fcaa22dc15f78 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 trustExitCode true | |
git config --global merge.tool bc3 | |
git config --global mergetool.bc3 trustExitCode true | |
ln -s /usr/local/bin/bcomp /usr/local/bin/bc3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment