get_merge_recommendations
Generate merge strategy suggestions by analyzing branches in a Git repository. Provides actionable insights to optimize and streamline the merging process for efficient version control.
Instructions
Get detailed merge strategy recommendations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branches | Yes | Branches to analyze | |
outputPath | Yes | Path to write analysis output | |
repoPath | Yes | Path to git repository |