github创建分支

原理

理论部分参考:创建与合并分支

实践

软件一个阶段开发完成,需要建立一个分支来保存当前的稳定版本。

  • 采用SourceTree 创建分支:

  • 创建完成后再SourceTree左侧树型菜单会出现分支名称:

  • 点击推送,将分支同步到服务器

  • github上就能看到分支了:
Author: Binger Chen
Link: http://www.kekefund.com/2017/03/23/git-branch-create/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.