Git 常用操作命令(持续更新)
2019-12-31 本文已影响0人
码农家的蜗牛
当前更新到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}