git 清理无用文件

来源:互联网 发布:python简单爬虫代码 编辑:程序博客网 时间:2024/05/29 04:19
git filter-branch --force --index-filter \  'git rm -r --cached --ignore-unmatch public/photos' \  --prune-empty --tag-name-filter cat -- --all
git push -f origin branch

0 0
原创粉丝点击