git flow使用

1、git flow init

执行该命令后一路enter知道完成。

2、git flow feature start name

  git flow feature publish name

  git flow feature finish name

3、git flow release start name develop

  git flow release publish name

  git flow release finish name -m"tag信息"

4、git flow hotfix start name master

  git flow hotfix finish name

上一篇:超详细STL之基于源码剖析vector实现原理及注意事项


下一篇:Verilog HDL 使用$finish停止仿真