Stash the changes made with atlassian sourcetree
问题 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 stash the 2 staged files? And if I don't mark the "Keep staged changes", will it then revert to how it was before? This might sound stupid, but better save then sorry. 回答1: This applies to Git in general, not just with SourceTree. When you stash changes, the items that will be stashed are the changes to tracked files in your