Working with Git: How to move between commits, undo the changes made and ignore the files? Git Checkout, Git Revert and Git Reset, Git Ignore
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...
Oct 15, 20228 min read517
