Created
May 11, 2014 09:46
-
-
Save adfinlay/e437cf2483205987a97c to your computer and use it in GitHub Desktop.
Github - remove sensitive information
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 --index-filter 'git rm --cached --ignore-unmatch path/to/sensitive_file' HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment