2017年10月21日
摘要: 提交 1.提交当前工作空间的修改内容 git add . 2.提交当前工作空间的修改内容 git commit -m "备注" 3.将本地commit的代码更新到远程版本库中 3.1.git push origin master 3.2.git push origin master -f 强制提交 阅读全文
posted @ 2017-10-21 22:55 芝麻的西瓜 阅读(174) 评论(0) 推荐(0)