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
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。