Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git stash drop

# if you don't need a particular stash, use git stash drop <stash_id>
git stash drop stash@{0}

# to show all stash, use this:
git stash list
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #stash #drop
ADD COMMENT
Topic
Name
3+1 =