摘要: 常用操作 1、 git status 查看仓库状态 2、 git add 文件名 把文件添加到仓库3、 git commit -m 把文件提交到仓库 -m后跟说明4、 git add -A 提交当前目录下多个文件 5、 git rm 文件名 删除版本库文件6、 git rm --cached 文件名 阅读全文
posted @ 2020-07-05 17:29 hehehe_wy7 阅读(240) 评论(0) 推荐(0) 编辑