Moving between commits: Git Checkout
git checkout lets you move between the commits and view the changes that have been made.
Point to remember: git checkout does not delete the commits, instead it displays the files checked out at that point in tim...