I\'m using the github windows shell and I\'ll do the following
git status
see a list of modified files and want to remind myself what\'s ch
If you want to review all changes, you can simply use git diff. It will not list new files, though.
git diff
To selectively look at changes, I would recommend to use a GUI, e.g., git gui or gitk.
git gui
gitk