Created
February 9, 2018 19:43
-
-
Save hachesilva/b9c005026a0ae307be9fda0cf66bf281 to your computer and use it in GitHub Desktop.
Compare 2 Git branches using Beyond Compare
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
# Source https://stackoverflow.com/a/39234763/1644311 | |
git difftool -d --tool=bc3 BRANCH1 BRANCH2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment