Stash specific files in Git with the git stash push
command:
git stash push -- this-file path/to/that-file
This is great for moving some files out of the way while keeping others in place.
Stash specific files in Git with the git stash push
command:
git stash push -- this-file path/to/that-file
This is great for moving some files out of the way while keeping others in place.