Skip to content

Instantly share code, notes, and snippets.

@apphands
apphands / GH001 fixed
Last active October 12, 2023 12:21
To fix the Git error: "remote: error: GH001: Large files detected."
git filter-branch -f --index-filter 'git rm -r -f --ignore-unmatch <FILE_TO_REMOVE>' HEAD