-
-
Save hellotreedigital/2f749024678593b822c413abb1b1c433 to your computer and use it in GitHub Desktop.
To fix the Git error: "remote: error: GH001: Large files detected."
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git filter-branch -f --index-filter 'git rm -r -f --ignore-unmatch <FILE_TO_REMOVE>' HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment