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
Read More:
- How to Solve Docker delete container image error: Error response from daemon: conflict: unable to delete 7cc1942f1ed5 (must be forced)
- How to Delete New Memory in Vector
- hive: How to Process Data (Delete, View, Query, and etc)
- [Solved] Git push error: failed to push some refs to ‘[email protected]:daisy_yangyang/fed-e-task-04-01.git‘
- How to Solve Git Filename too long Error
- Ubuntu: How to deal with the fatal: the remote end hung up unexpected error of GIT clone Android kernel
- How to Solve Git clone Error: error: RPC failed; result=35, HTTP code = 0
- Using apt get to delete software completely
- [Solved] Docker failed to delete image error: no such image: CentOS
- [Solved] Cannot find command ‘git‘ – do you have ‘git‘ installed and in your PATH?
- [Solved] fatal: not a git repository (or any of the parent directories): .git
- Git pull error: Your local changes to the following files would be overwritten by me
- AFTER THE GIT SOURCE CODE IS INSTALLED, AN ERROR IS REPORTED /USR/BIN/GIT: NO SUCH FILE OR DIRECTORY
- Git error when switching branches: Your local changes to the following files would be overwritten by checkout
- [Solved] Git Error: OpenSSL SSL_read: Connection was reset, errno 10054和Failed to connect to github.com port 443
- [Solved] ERROR: Linux route delete command failed: external program exited with error status: 2
- [Solved] git error: unable to create file Filename too long
- Solve git upload file error [rejected] master -> master (fetch first) error: failed to push some refs to ‘
- Git error bad signature [How to Solve]
- Git Error: remote: HTTP Basic: Access denied [How to Solve]