随笔分类 -  Git

摘要:常用操作 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 阅读(248) 评论(0) 推荐(0)
摘要:步骤一:复制希望克隆项目的地址 步骤二:在想要存放的路径右击鼠标选择git bash (需要安装git) 步骤三:使用git clone命令 阅读全文
posted @ 2020-07-01 21:59 hehehe_wy7 阅读(1388) 评论(0) 推荐(0)