Last Updated: May 15, 2019
·
945
· jonDowdle

Easier to view Git Diff's with Gitx

Ever have a git diff that was pretty complicated and hard to read in your terminal? Pipe it to Gitx!

For example, to see what's different between your local branch develop and the origin's branch develop:

git diff develop origin/develop | gitx

1 Response
Add your response

I love the the github diffs when little differences in the changed rows get stronger highlight.

over 1 year ago ·