Skip to content

Instantly share code, notes, and snippets.

@alf808
Created August 6, 2020 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alf808/980c5085b2ecf44d53014b7552ca2211 to your computer and use it in GitHub Desktop.
Save alf808/980c5085b2ecf44d53014b7552ca2211 to your computer and use it in GitHub Desktop.
get rid of big files in git history
git filter-branch --tree-filter 'rm -f BIG_FILE' HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment