标签:提交 cache 问题 删除 无效 commit git add 解决 png
git rm -r --cached 文件/文件夹名字
git add .
git commit -m ''
git rm file_path
git commit -m 'delete somefile'
git push
git rm -r --cached解决已提交的文件在.gitignore中加入忽略后无效的问题。
标签:提交 cache 问题 删除 无效 commit git add 解决 png
原文地址:https://www.cnblogs.com/nayek/p/12289358.html