Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hachesilva/b9c005026a0ae307be9fda0cf66bf281 to your computer and use it in GitHub Desktop.
Save hachesilva/b9c005026a0ae307be9fda0cf66bf281 to your computer and use it in GitHub Desktop.
Compare 2 Git branches using Beyond Compare
# 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