2016年9月29日 星期四

Git garbage collection

work on windows

rm -rf .git/refs/original/
git reflog expire --expire=now --all
git gc --prune=now
git gc --aggressive --prune=now

沒有留言: