Beginner's guide to git stash command
So, What is git stash?
This command is basically used when you want to revert back to the HEAD of the current branch of the repo and store the unsaved changes on the local. Take an example:
Suppose, you are working on the branch 'develop' of your pro...
soodankush.hashnode.dev3 min read
Imtiaz Ahmed
Software Developer
Very useful article. I've only used
git stashandgit stash applybefore. Now I got the idea of it's other useful sides.