GIT STASH: Save uncommitted changes (WITH EXAMPLES)
Git stash command is used to store changes that you don’t want to commit now and take you to the last commit of the branch. And later when you are ready you can come back to the same branch and reapply the stashed changes.