git flow hotfix

The next figure illustrates hte following GitFlow subcommands:

  • git flow hotfix start <version> [<base>]
  • git flow hotfix publish [<version>]
  • git flow hotfix track <version>
  • git push origin hotfix/<version>
  • git pull origin hotfix/<version>
  • git flow hotfix finish <version>