Skip to content

Instantly share code, notes, and snippets.

@chanonly123
Last active June 2, 2017 08:21
Show Gist options
  • Save chanonly123/1b935171ee5dd796aa35db2edc36f08d to your computer and use it in GitHub Desktop.
Save chanonly123/1b935171ee5dd796aa35db2edc36f08d to your computer and use it in GitHub Desktop.
Git cheat sheet
# force tag to another commit
git tag --force v1.0 <ID-of-commit-127>
# then force push
git push --force --tags
# pod cache clean all
pod cache clean --all
pod lib lint
pod spec lint
# pod trunk push
pod trunk push AutoKeyboard.podspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment