摘要:
第一步: 查看状态 git status第二步: 全部添加 git add --all 添加更新文件 git add -u第三步: 再次查看状态 git status第四步: 提交 git commit -m '备注'第五步: 拉去版本库代码 git pull 查看状态 git status第六步: 阅读全文
posted @ 2016-04-16 08:37
XXXX_易夫人
阅读(5184)
评论(0)
推荐(0)