git提交后提交忽略文件处理.gitignore

 git rm -r --cached .//清空缓存
git add .//重新提交
git commit -am "update .gitignore"
git push origin master
 
重新提交一次就可以了.
posted on 2018-06-29 00:01  jhuangsjtu  阅读(425)  评论(0编辑  收藏  举报