Show both staged and unstaged changes
suggest changeTo show all staged and unstaged changes, use:
git diff HEADNOTE: You can also use the following command:
git status -vvThe difference being that the output of the latter will actually tell you which changes are staged for commit and which are not.
  Found a mistake? Have a question or improvement idea?
  Let me know.
      
      Table Of Contents