码迷,mamicode.com
首页 > 其他好文 > 详细

git版本打标签

时间:2015-02-27 00:14:00      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

以sofu580 1.0.5版本发布为例,当本地调测都通过且push到git后,可把git上代码打标签,用户版本回溯记录。

apple-MacB:soufu580-app apple$ git tag -a v1.0.5

apple-MacB:soufu580-app apple$

apple-MacB:soufu580-app apple$ git push origin v1.0.5:v1.0.5

Counting objects: 1, done.

Writing objects: 100% (1/1), 155 bytes | 0 bytes/s, done.

Total 1 (delta 0), reused 0 (delta 0)

To https://git.oschina.net/vidy/soufu580-app.git

  • [new tag] v1.0.5 -> v1.0.5

技术分享

git版本打标签

标签:

原文地址:http://www.cnblogs.com/wolfcamel/p/4302412.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!