-
-
Save kevin3747118/06e481dea8989766952d1258cae62b1a 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