I have a lot of files changed in my project. I want to stash 2 files but i\'m a bit afraid to make a mistake since i never did this.
If i would stash now, will it only s
Yes, but stashing in this case would mean two scenarios -
Checking the Keep staged changes: staged files would still be in your staging area, but all your modified unsaved files will be stashed.
Without checking the staged changes: all your files will be stashed.