review with status, diff and log
Once you have staged all the changes you want to make (see add, remove and reset), you're ready to commit those changes to the active branch. This is how you collect all your development activity into a single atomic unit that delivers one feature, or fixes one bug etc. and passes all unit and integration tests, naturally. But before rushing in, review the changes you want to make using the helpful git commands log, status and diff. Right branch The log command gives a history of the branch you're working on an shows the previous commits that have been made...


