how to git stash specific files code example
Example 1: git stash one file
git stash save -- just_my_file.txt
Example 2: git stash one file
$ git stash -- filename.ext
Example 3: git stash file
# git stash specific file
git stash push <path>
Example 4: git stash changes to particular file
git stash push <path>