Created
November 25, 2018 04:52
-
-
Save devasat/9d9d5dcf5bc1e4f5aedc96f420ad16d5 to your computer and use it in GitHub Desktop.
Git
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
# Launches the diff between two branches in kdiff3 | |
gitcomparebranches () { | |
git difftool --tool=kdiff3 --dir-diff ${1}..${2} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment