1.git clone url(仓库的ssh) 将仓库克隆 到本地
2.进入到本地仓库文件夹 将想要删除的文件删除
3.右键 git bash here
4.git add .
5.git commit -m "say some thing " 双引号中内容按照自己需求填写
6.git push
赞
踩
1.git clone url(仓库的ssh) 将仓库克隆 到本地
2.进入到本地仓库文件夹 将想要删除的文件删除
3.右键 git bash here
4.git add .
5.git commit -m "say some thing " 双引号中内容按照自己需求填写
6.git push
转载于:https://www.cnblogs.com/Ghost4C-QH/p/8777744.html
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。