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