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
Oct 15, 2022 · 8 min read · 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...
Aanup commented