git rm 文件名

git rm -r 文件夹名

 

git commit -m "remove 文件名"

git commit -m "rm unused files"

 

git push origin 分支

相关文章: