Skip to content

Instantly share code, notes, and snippets.

@devasat
Created November 25, 2018 04:52
Show Gist options
  • Save devasat/9d9d5dcf5bc1e4f5aedc96f420ad16d5 to your computer and use it in GitHub Desktop.
Save devasat/9d9d5dcf5bc1e4f5aedc96f420ad16d5 to your computer and use it in GitHub Desktop.
Git
# 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