Created
March 8, 2010 21:33
-
-
Save airhorns/325776 to your computer and use it in GitHub Desktop.
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 update-index --remove public/images/posters/fc1cc0358623559b6935b22e56d136a3.jpg' | |
git filter-branch -f --index-filter 'git update-index --remove public/images/posters/f9dea1841c49c481ea6de11ad37b7c92.jpg' | |
. | |
. | |
. | |
rm -rf .git/refs/original/ && git reflog expire --all && git gc --aggressive --prune | |
git push --force --verbose --dry-run | |
git push --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment