美文网首页
Git本地仓库基本指令

Git本地仓库基本指令

作者: 然也翰飞 | 来源:发表于2018-09-17 09:50 被阅读0次

    Git本地仓库常用指令

    git init:创建版本库 

    git status:查看当前的Git仓库状态

    git commit -m “add a new line”

    git log:查看从近到远的提交日志

    git reset –hard commit id: 

    git reset –hard 版本号部分

    git commit -m “creat hello.txt file”

    相关文章

      网友评论

          本文标题:Git本地仓库基本指令

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