git 删除远程仓库的内容

# 删除远程
git rm -r --cached rbac/utils/config.py
# 删除本地
rm -rf rbac/utils/config.py

git commit -m "文件"

 

你可能感兴趣的