最新消息:20210917 已从crifan.com换到crifan.org

[已解决]git中创建和上传tag

Git crifan 2135浏览 0评论

git pull tag

git push tag

git push tag to remote

Git 推送和删除远程标签 » Hacklog

Git查看、删除、重命名远程分支和tag | zrong’s blog

Push a tag to a remote repository using Git? – Stack Overflow

git clone – Download a specific tag with Git – Stack Overflow

Git 常用命令详解(二) – IT-Homer – 博客频道 – CSDN.NET

Git – Tagging

【总结】

去:

<code>licrifandeMacBook-Pro:iOS-Client crifan$ git tag -a remote_push -m &quot;support remote push for app runing active/background/not running(killed)&quot;
licrifandeMacBook-Pro:iOS-Client crifan$ git push --tags
Counting objects: 1, done.
Writing objects: 100% (1/1), 197 bytes | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
To https://git.oschina.net/windoze/iOS-Client.git
 * [new tag]         remote_push -&gt; remote_push
licrifandeMacBook-Pro:iOS-Client crifan$
</code>

和:

<code>licrifandeMacBook-Pro:iOS-Client crifan$ git tag -a v1.0.0_1 -m &quot;has package and upload JianDao to App Store&quot;
licrifandeMacBook-Pro:iOS-Client crifan$ git push --tags
Counting objects: 1, done.
Writing objects: 100% (1/1), 181 bytes | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
To https://git.oschina.net/windoze/iOS-Client.git
 * [new tag]         v1.0.0_1 -&gt; v1.0.0_1
licrifandeMacBook-Pro:iOS-Client crifan$
</code>

转载请注明:在路上 » [已解决]git中创建和上传tag

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
93 queries in 0.185 seconds, using 23.33MB memory