当前位置: 首页 > 工具软件 > gitpod > 使用案例 >

git pod 常用命令

计阳泽
2023-12-01

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

https://raw.githubusercontent.com/CocoaPods/Specs/bc632441da9b907814f9d9909513422c7995c29e/Specs/WordPress-Editor-iOS-Extension/0.1.0/WordPress-Editor-iOS-Extension.podspec.json

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

 类似资料: