美文网首页
Git 常用操作命令(持续更新)

Git 常用操作命令(持续更新)

作者: 码农家的蜗牛 | 来源:发表于2019-12-31 09:24 被阅读0次

    当前更新到stash队列

    $ ~ git stash
    

    查看stash队列

    $ ~ git stash list
    

    清空队列

    $ ~ git stash clear
    

    删除某个队列

    $ ~ git stash drop stash@{0}
    

    相关文章

      网友评论

          本文标题:Git 常用操作命令(持续更新)

          本文链接:https://www.haomeiwen.com/subject/roxboctx.html