代码改变世界

git打tag 三步骤

2016-04-26 15:29  VinpleZhang  阅读(652)  评论(0)    收藏  举报

git status

 

git tag publish/1.0.0

 

git push origin publish/1.0.0