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

The Github Flow

时间:2020-01-20 23:01:50      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:blog   github   art   img   href   ref   ini   git   idt   

推荐 

https://zhuanlan.zhihu.com/p/39148914

https://github.com/rozbo/blog/issues/6

 

GUI就不推荐了。

技术图片

 

what each symbol means?

 

技术图片

 

技术图片

 

 

 

技术图片

 

 

 

 

git flow,终于繁琐的命令无法成为git学习的挡路石

技术图片

 

 

    • 初始化: git flow init
    • 开始新Feature: git flow feature start MYFEATURE
    • Publish一个Feature(也就是push到远程): git flow feature publish MYFEATURE
    • 获取Publish的Feature: git flow feature pull origin MYFEATURE
    • 完成一个Feature: git flow feature finish MYFEATURE
    • 开始一个Release: git flow release start RELEASE [BASE]
    • Publish一个Release: git flow release publish RELEASE
    • 发布Release: git flow release finish RELEASE
      别忘了git push --tags
    • 开始一个Hotfix: git flow hotfix start VERSION [BASENAME]
    • 发布一个Hotfix git flow hotfix finish VERSION

 

 

每天看英文,今日看的git相关,稍微整理一下。https://www.youtube.com/watch?v=juLIxo42A_s&t=1280s

The Github Flow

标签:blog   github   art   img   href   ref   ini   git   idt   

原文地址:https://www.cnblogs.com/CherryTab/p/12219461.html

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