stash a file code example
Example 1: stash with new files
git stash --include-untracked
Example 2: git stash file
# git stash specific file
git stash push <path>
Example 3: stash specific files
git stash push -m welcome_cart app/views/cart/welcome.thtml