当前更新到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}
本文标题:Git 常用操作命令(持续更新)
本文链接:https://www.haomeiwen.com/subject/roxboctx.html
网友评论