Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Created May 12, 2014 14:39
Show Gist options
  • Save willgarcia/ecdd971a16e30c5eba62 to your computer and use it in GitHub Desktop.
Save willgarcia/ecdd971a16e30c5eba62 to your computer and use it in GitHub Desktop.
git filter branch
git filter-branch --tree-filter 'rm -rf tests/' --tag-name-filter cat --prune-empty -- --all
git push -f
git push -f --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment