git stash --save file code example
Example 1: git save to stash
git stash save "name to describe stashed content"
Example 2: aad a single file to stash
git stash push -m welcome_cart app/views/cart/welcome.thtml
git stash save "name to describe stashed content"
git stash push -m welcome_cart app/views/cart/welcome.thtml