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...
archanask.hashnode.dev8 min read
anup badharudheen
Cloud Engineer and a Traveller
Good One !