100MB以上のファイルをcommitしてしまってgithubにpushできない。

git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch 100mb.txt' --prune-empty --tag-name-filter cat -- --all
git commit --amend -CHEAD
git push

コメントを残す