Created
May 22, 2017 08:27
-
-
Save vishin-pavel/3ca996e8bbd5eec2af2d71d030ec5c29 to your computer and use it in GitHub Desktop.
clear ignored files
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 --force --index-filter \ | |
'git rm --cached --ignore-unmatch <myfile>' \ | |
--prune-empty --tag-name-filter cat -- --all | |
git push origin --force --all | |
git push origin --force --tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment