git提交后提交忽略文件处理.gitignore
Posted jhuangsjtu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git提交后提交忽略文件处理.gitignore相关的知识,希望对你有一定的参考价值。
git rm -r --cached .//清空缓存
git add .//重新提交
git commit -am "update .gitignore"
git push origin master
git add .//重新提交
git commit -am "update .gitignore"
git push origin master
重新提交一次就可以了.
以上是关于git提交后提交忽略文件处理.gitignore的主要内容,如果未能解决你的问题,请参考以下文章
git使用.gitignore忽略提交文件并没有生效问题解决
IDEA创建.gitignore文件模板忽略git提交.idea等文件