Created
December 5, 2023 23:11
-
-
Save miguelmota/12604814311a4b1aba712b0c24943899 to your computer and use it in GitHub Desktop.
git difftool meld
This file contains 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
git config --global diff.tool meld | |
git config --global difftool.prompt false | |
git difftool --diff-filter=M master..devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment