git stashed files code example
Example 1: stash specific files git
git stash push -m welcome_cart app/views/cart/welcome.thtml
Example 2: How to discard files from stash in git
git stash apply
git stash push -m welcome_cart app/views/cart/welcome.thtml
git stash apply