Using meld to see all modifications in the working directory
suggest changegit difftool -t meld --dir-diff
will show the working directory changes. Alternatively,
git difftool -t meld --dir-diff [COMMIT_A] [COMMIT_B]
will show the differences between 2 specific commits.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents