Created
April 30, 2015 16:07
-
-
Save corburn/c03fc24f6572d9729bef to your computer and use it in GitHub Desktop.
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
# Remove file from history | |
git filter-branch \ | |
--index-filter 'git rm --cached --ignore-unmatch filename.orig' merge-point..HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment