git flow feature

The next figure illustrates hte following GitFlow subcommands:

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