Created
December 20, 2016 02:31
-
-
Save ahikmatf/fcf169a56ffb911bfa5ac3aec0946ab2 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
// https://inteist.com/git-remove-pods-folder-from-pushed-repository-how-to/ | |
git filter-branch --index-filter 'git rm --cached --ignore-unmatch Pods/*' --tag-name-filter cat -- --all | |
git push --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment