DEV Community

Discussion on: A Guide to Git Stash

Collapse
 
grantdotdev profile image
Grant Riordan

Great article it may be worth adding in an example of calling the git stash apply with an actual name as it can be confusing syntax (it's not the message text for eg)

It would look like git stash apply stash@{0}

Collapse
 
pragativerma18 profile image
Pragati Verma

Thank you so much for reading the article and sharing your valuable feedback. 😁

I will make the amends soon.