git how to stash specific files code example
Example 1: git stash changes to particular file
git stash push <path>
Example 2: stash specific files git
git stash push -m welcome_cart app/views/cart/welcome.thtml
git stash push <path>
git stash push -m welcome_cart app/views/cart/welcome.thtml