美文网首页
git常用命令

git常用命令

作者: 帝Bug | 来源:发表于2017-04-01 18:38 被阅读1次

git pull //拉取代码

git status //查看代码变更情况

git add . //变更代码文件加索引

git commit -m '备注' //提交变更

git push // 提交代码到远程仓库

相关文章

网友评论

      本文标题:git常用命令

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