Created
May 12, 2014 14:39
-
-
Save willgarcia/ecdd971a16e30c5eba62 to your computer and use it in GitHub Desktop.
git filter branch
This file contains hidden or 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 --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