当前更新到stash队列
$ ~ git stash
查看stash队列
$ ~ git stash list
清空队列
$ ~ git stash clear
删除某个队列
$ ~ git stash drop stash@{0}
当前更新到stash队列
$ ~ git stash
查看stash队列
$ ~ git stash list
清空队列
$ ~ git stash clear
删除某个队列
$ ~ git stash drop stash@{0}