Skip to content

Instantly share code, notes, and snippets.

@ahikmatf
Created December 20, 2016 02:31
Show Gist options
  • Save ahikmatf/fcf169a56ffb911bfa5ac3aec0946ab2 to your computer and use it in GitHub Desktop.
Save ahikmatf/fcf169a56ffb911bfa5ac3aec0946ab2 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