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
携帯・PCサイトのシステム構築やサーバー構築・保守などやらせて頂いております。
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
コメントを残す