git-flow - Git Flow Branch Management Tool
Manage git branches following structured workflow with validation
Tags
Updated: 2026-03-20Typical Inputs
Typical Outputs
What this skill does
- create feature branch
- create bugfix branch
- create hotfix branch
- create release branch
- finish branch
- merge branch
- delete branch
- show branch status
- create version tag
Inputs
- Git repository
- branch name
- version number
- branch type
Outputs
- feature branch
- bugfix branch
- hotfix branch
- release branch
- merged branch
- version tag
- branch status message
Requirements
- Git installed
- remote repository
- working tree clean
- write permissions
