DEV Community

Discussion on: Learn the hidden feature in Git - Stash

Collapse
 
mishrabhavesh profile image
Bhavesh Mishra

For multiple stash we can do something like git stash list which will give us all the stash allng with no and stash name if given any and we can siplu apply this by git stash apply name / git stash apply stash@{1}

Some comments have been hidden by the post's author - find out more