Github: Delete Big file from repository / Nagy fájl törlés a repo-ból

,

Ha már több commitban is szerepel, használd a következő parancsot a teljes történetből való törléshez:

git filter-branch --force --index-filter \
"git rm --cached --ignore-unmatch model_egyszeru_hulladek_szelektor_update.h5" \
--prune-empty --tag-name-filter cat -- --all

git push origin --force --all