I’d like to be able to stash just the changes from a single file:
git stash save -- just_my_file.txt
The above doesn’t work though. Any alternatives?
I’d like to be able to stash just the changes from a single file:
git stash save -- just_my_file.txt
The above doesn’t work though. Any alternatives?