- Create three stashes in your repository - Explore the command git stash show - Understand the difference between the commands git stash show and git stash show stash@{1} - Apply the latest stash (Use – git stash pop) - Delete all the stashes from the repository. (Hint – git stash clear)