Git Stash Individual File Link to heading
The standard git stash
stashes all files in the working tree, to stash individual files do:
git stash push -m "my stash message" -- ./myfile.md
The standard git stash
stashes all files in the working tree, to stash individual files do:
git stash push -m "my stash message" -- ./myfile.md