Git删除提交到仓库的文件 阅读次数: 1234567$ git rm -r --cached a/2.txt$ git commit -m "删除a目录下的2.txt文件"$ git push origin 分支名称