How to "git diff" with a graphical diff tool

Posted Over 7 years ago. Visible to the public.

If you are fine with the default console diff most of the time but only sometimes want to use an external tool for viewing a diff, you can use git difftool.

E.g. viewing git diff with meld:

git difftool --tool=meld

For each file in the diff you will be asked if you want to view it using meld.

License
Source code in this card is licensed under the MIT License.
Posted to makandra dev (2016-10-19 12:09)