Tag Archives: Git delete content

Git: How to delete stash content

Delete the content of stash, feel the whole world is clean:

In fact, there are just a few commands:

Git stash list / / view the stash list

If you get this result, your stash has nothing
in it

This means that there is a queue
in the queue

 

Then you can execute git stash clear: note that this is to clear all your content

$ git stash drop stash@{0}  This is the first queue to be deleted