git stash certain files code example
Example 1: git stash one file
git stash save -- just_my_file.txt
Example 2: aad a single file to stash
git stash push -m welcome_cart app/views/cart/welcome.thtml
Example 3: stash specific files
git stash push -m welcome_cart app/views/cart/welcome.thtml