git stash command apply code example
Example 1: git save to stash
git stash save "name to describe stashed content"
Example 2: git stash
git stash or git stash push
git stash save "name to describe stashed content"
git stash or git stash push