Phase 1: Start Feature
Goal: Create feature branch using git-flow-next CLI.
Actions:
- •Run
git flow feature start $ARGUMENTS - •Push the branch to origin:
git push -u origin feature/$ARGUMENTS
新建功能分支。
--- frontmattername: start-feature allowed-tools: Bash(git:*) description: Start new feature branch model: haiku argument-hint: <feature-name> user-invocable: true
Goal: Create feature branch using git-flow-next CLI.
Actions:
git flow feature start $ARGUMENTSgit push -u origin feature/$ARGUMENTS