git .gitignore 中本该忽略的文件不小心加入版本管控处理

git rm --cached file_path
git commit -m 'delete remote somefile'
git push
posted @ 2021-06-07 09:38  那时一个人  阅读(69)  评论(0)    收藏  举报