Skip to content

Instantly share code, notes, and snippets.

@hofnerb
Last active June 29, 2026 06:54
Show Gist options
  • Select an option

  • Save hofnerb/01be4c44a904b330a33f to your computer and use it in GitHub Desktop.

Select an option

Save hofnerb/01be4c44a904b330a33f to your computer and use it in GitHub Desktop.
Graphical differences of branches with meld
@NH89

NH89 commented Jun 29, 2026

Copy link
Copy Markdown

Thank you for a very useful gist, especially because the search engines find it and it is correct.

If a user does not want to set Meld permanently as the default diff-tool, then the following single command is useful:

git difftool --tool=meld <branch1> <branch2>

https://git-scm.com/docs/git-difftool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment