Skip to content

Instantly share code, notes, and snippets.

@HackingGate
Last active October 12, 2018 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HackingGate/f7d39fa899d934d2b3ac37ce6af380bb to your computer and use it in GitHub Desktop.
Save HackingGate/f7d39fa899d934d2b3ac37ce6af380bb to your computer and use it in GitHub Desktop.
CocoaPods Aliases
# CocoaPods aliases
alias pod_install_quick="pod install --no-repo-update"
alias pod_update_quick="pod update --no-repo-update"
alias pod_repo_update="pod repo update"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment