2024年2月6日

git删除大文件

摘要: git filter-branch --force --index-filter 'git rm -rf --cached --ignore-unmatch 文件路径' --prune-empty --tag-name-filter cat -- --all 文件路径是从项目根路径计算的 阅读全文

posted @ 2024-02-06 10:43 pa200318 阅读(16) 评论(0) 推荐(0)

导航