Skip to content

Instantly share code, notes, and snippets.

@ahayes91
Last active December 5, 2019 17:56
Show Gist options
  • Save ahayes91/0f5cd9540f38152cd47ee418a64cba9e to your computer and use it in GitHub Desktop.
Save ahayes91/0f5cd9540f38152cd47ee418a64cba9e to your computer and use it in GitHub Desktop.
Test purging files from git history
Approach Time Taken
Git filter branch on a forked copy of the repo 15 hours
BFG with aggressive flag on a duplicated copy of the repo 36 hours
BFG without aggressive flag on a duplicated copy of the repo 5 minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment