美文网首页
git 常用命令

git 常用命令

作者: 赖次Go | 来源:发表于2017-08-07 15:57 被阅读0次

1.git pull 下拉文件

2.git add . 添加所有文件

3.git commit -m 'some word' 提交本地仓库到远程 并添加注释

4.git status 当前仓库状态

5.git push -u origin master 主分推送

相关文章

网友评论

      本文标题:git 常用命令

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