github Working with Gitflow

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Syntax

  • git flow <subcommand>
  • git flow init
  • git flow [feature|release|hotfix] [start|finish]

Parameters

SubcommandDetails
initInitialize a new git repo with support for the branching model.
featureManage your feature branches.
releaseManage your release branches.
hotfixManage your hotfix branches.

Remarks



Got any github Question?