how does stashing work git code example
Example 1: git stash clean command
git stash clear
Example 2: git save to stash
git stash save "name to describe stashed content"
git stash clear
git stash save "name to describe stashed content"