Skip to content

Instantly share code, notes, and snippets.

View kevin3747118's full-sized avatar

Kevin Huang kevin3747118

  • @ALZK-TW, Anteater-Tech, Oracle
  • Taiwan
View GitHub Profile
// 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