Git Stash
List current stashes
git stash list
Apply a stash
git stash apply stash@{0}
Drop a stash
git stash drop stash@{0}
A stash also acts like a stack. Hence you can also do
git stash pop
Wipe all stashes
git stash clear
Written by Nishant Modak
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Github
Authors
jjperezaguinaga
90.17K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#