I don’t think we have to follow all these steps,
git stash pop [this will apply your last stashed changes stash{@0}]
then again say, git stash [this will create new stash will all the changes to stash@{0}]
I don’t think we have to follow all these steps,
git stash pop [this will apply your last stashed changes stash{@0}]
then again say, git stash [this will create new stash will all the changes to stash@{0}]