analyze_file_changes
Track and analyze specific file changes across branches in a git repository, helping identify modifications and generate detailed output for review.
Instructions
Analyze changes to specific files across branches
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branches | Yes | Branches to analyze | |
files | Yes | Files to analyze | |
outputPath | Yes | Path to write analysis output | |
repoPath | Yes | Path to git repository |