摘要: 1.新建一个本地 repository文件夹 2.将想要 托管的项目或文件 复制到repository 文件夹下 2. 右键 git bash here 输入命令 git init 生成本地仓库 4..输入 git add . (添加所有文件) 5.输入 git status -s 查看文件添加状态 阅读全文
posted @ 2018-04-10 13:05 Ghost4C 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 1.git clone url(仓库的ssh) 将仓库克隆 到本地 2.进入到本地仓库文件夹 将想要删除的文件删除 3.右键 git bash here 4.git add . 5.git commit -m "say some thing " 双引号中内容按照自己需求填写 6.git push 阅读全文
posted @ 2018-04-10 11:24 Ghost4C 阅读(1648) 评论(0) 推荐(1) 编辑