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

github添加版本号

时间:2016-11-17 13:40:20      阅读:461      评论:0      收藏:0      [点我收藏+]

标签:src   github   push   版本   git tag   hub   com   commit   one   

  1.将官方的库clone下来 http://github.com/xxx.xxx.git

  2.修改要修改的地方

  3.git add src

  4.commit -m ‘xxx‘

    5.git push

  6.添加版本号,git tag -a 1.0.1 -m "1.0.1"

  7.git clone http://github.com/xxx.xxx.git

  8.git push origin v1.0.1

  

github添加版本号

标签:src   github   push   版本   git tag   hub   com   commit   one   

原文地址:http://www.cnblogs.com/maoaji/p/6073101.html

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