Using meld to see all modifications in the working directory

suggest change
git 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.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents