How to recover stashed uncommitted changes
问题 I had some uncommitted changes in my development branch and I stashed them using git stash , but there were some changes which were very important among those stashed ones. Is there any way to get back those changes? Also, I have made some changes on top of the stashed code files since. Is there any chance I can retrieve the stashed changes to a new branch if possible? 回答1: The easy answer to the easy question is git stash apply Just check out the branch you want your changes on, and then git