Show both staged and unstaged changes

suggest change

To show all staged and unstaged changes, use:

git diff HEAD

NOTE: You can also use the following command:

git status -vv

The difference being that the output of the latter will actually tell you which changes are staged for commit and which are not.

Feedback about page:

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



Table Of Contents