Skip to content

Instantly share code, notes, and snippets.

@hellotreedigital
hellotreedigital / GH001 fixed
Created November 2, 2022 18:13 — forked from apphands/GH001 fixed
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