Source: medium.com

Git Stash Explained!
The git stash command is probably one of the most powerful commands in Git. Git stash is used in order to save all the changes done to the current working directory and to go back to the last commit done on the branch (also called HEAD).

Related Articles