when commit is hows git : stashing changes.. [started] code example
Example 1: git remove first stash
git stash drop 0
Example 2: git save to stash
git stash save "name to describe stashed content"
git stash drop 0
git stash save "name to describe stashed content"