2022-05-18发表2023-01-17更新编程5 分钟读完 (大约696个字)通过 git subtree split 进行仓库拆分先看效果 拆仓库前:https://github.com/laravel/framework/tree/9.x/src/Illuminate 拆仓库后:https://github.com/illuminate 阅读更多
2020-09-28发表2023-01-17更新编程几秒读完 (大约45个字)GIT 从仓库中删除某文件及历史提交记录命令123git filter-branch --force --index-filter \ "git rm --cached --ignore-unmatch [文件路径]" \ --prune-empty --tag-name-filter cat -- --all阅读更多