git .gitignore 中本该忽略的文件不小心加入版本管控处理
git rm --cached file_path
git commit -m 'delete remote somefile'
git push
本文来自博客园,作者:那时一个人,转载请注明原文链接:https://www.cnblogs.com/qianxunman/p/14857581.html
git rm --cached file_path
git commit -m 'delete remote somefile'
git push
本文来自博客园,作者:那时一个人,转载请注明原文链接:https://www.cnblogs.com/qianxunman/p/14857581.html