GIT: peek at a previous commit
Steps to return temporarily to a previous commit ( to check out a stale version of our code) and then come back to the latest commit.
Start with
git stash
to stash any uncommitted changes ( stashing saves your "not-ready-for-commit" changes in a st...
papidev.hashnode.dev1 min read