Skip to content

Instantly share code, notes, and snippets.

@kevin3747118
Forked from ahikmatf/remove pushed pods
Created November 25, 2022 13:57
Show Gist options
  • Save kevin3747118/06e481dea8989766952d1258cae62b1a to your computer and use it in GitHub Desktop.
Save kevin3747118/06e481dea8989766952d1258cae62b1a to your computer and use it in GitHub Desktop.
// 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