git删除远程文件
git rm -r --cached test
git commit -m “Delete some files.”
git push origin master
git命令
最新推荐文章于 2025-04-03 19:09:50 发布
git删除远程文件
git rm -r --cached test
git commit -m “Delete some files.”
git push origin master