Home
HTML
CSS
JS
PHP
Query
Mix
git
Search form
Search
You are here
Home
» Fixing the “this exceeds GitHub’s file size limit of 100 MB” error
Fixing the “this exceeds GitHub’s file size limit of 100 MB” error
git filter-branch --index-filter 'git rm --cached --ignore-unmatch file.ext' --prune-empty -- --all
code type:
git