赞
踩
1)清空git历史提交记录
参考
git checkout --orphan latest_branch
git add -A
git commit -am "commit message"
git branch -D master
git branch -m master
git push -f origin master
git branch --set-upstream-to=origin/master
git pull
2)git repository 清理
文件位置:.git/objects/pack/xxxxx.pack
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。