I should even add that if you want to delete the last created stash (stash@{0}), you could even just type : git stash drop. But again, that is assuming that you have a default git configuration (I am not too familiar with all the configuration options available). Hope that helps.
I should even add that if you want to delete the last created stash (stash@{0}), you could even just type :
git stash drop. But again, that is assuming that you have a default git configuration (I am not too familiar with all the configuration options available). Hope that helps.Thank you - now I see, GIT indeed is a tool for experts :)