Choose Git branching and merge strategy
git-workflowskillsetup L1★0
Sheshiyer/skill-clusters ↗What it does
Manage Git workflow, branching, merging, and CI/CD integration
Best for
When coordinating multi-developer repos with automated checks
Inputs
- · branch strategy choice
- · CI/CD event
Outputs
- · merge outcome
- · deployment trigger
Requires
- · git
- · GitHub Actions or similar CI/CD
- · GitHub API
Preconditions
Git repo with remotes configured
Failure modes
- · Merge conflicts
- · CI/CD hook failure
Trust signals
- · Workflow best practices
- · Conflict resolution guide