DEV Community

Discussion on: How to Git Stash Your Work [the Correct Way]

Collapse
 
smw7156 profile image
shadman

It was simple. Just applying both the stash
git stash apply stash@{1}
git stash apply stash@{2}
Just make sure that you don't have any changes in the same line