pod lib lint –verbose
pod trunk push WordPress-Editor-iOS-Extension.podspec –verbose –allow-warnings
pod setup
pod install –verbose –no-repo-update
git pull origin master
git remote add origin https://github.com/pzhtpf/HitTestingAnimatingLayers.git
git add -A && git commit -m “Release 1.0.0.”
git tag ‘1.0.0’
git push –tags
git push origin master
git stash
git stash pop
pod repo add Frame_Demo https://coding.net/wtlucky/WTSpecs.git https://git.oschina.net/Roc.Tian/Frame_Demo.git
命令git push origin :refs/tags/可以删除一个远程标签。
同理删除远程的一个分支
git push origin :refs/branch/release/2.2.0