Created
February 13, 2015 21:47
-
-
Save CyberStrike/9b873c4d02c040f7b71d to your computer and use it in GitHub Desktop.
remove a file from history
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 -f --index-filter 'git rm --cached --ignore-unmatch FILENAME' SHA1..HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment