git rm --cached file_path
git commit -m 'delete remote somefile'
git push
懂得,原来世界如此简单!
git .gitignore 中本该忽略的文件不小心加入版本管控处理
阅读 42
2022-08-02
git rm --cached file_path
git commit -m 'delete remote somefile'
git push
懂得,原来世界如此简单!
相关推荐
精彩评论(0)