DA
DealiAxy
2023年03月20日

从Git-repository中移除文件

使用 git rm --cached -r 命令,从版本库中移除 git rm -r --cached *.iml output rm 'commons/commons.iml' rm 'estate-repo.iml' rm 'service/service.iml' 然后重新提交

未分类
168
1 分钟阅读

使用 git rm --cached -r 命令,从版本库中移除

git rm -r --cached *.iml

output

rm 'commons/commons.iml'
rm 'estate-repo.iml'
rm 'service/service.iml'

然后重新提交