atlas_git
Analyze Git history and repository state, returning recent commits, active branches, and file change logs. Provides a clear view of project activity and code modifications.
Instructions
Analyze Git history and repository state. Returns recent commits, active branches, and file change history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Specific file to get history for | |
| repoPath | Yes | Path to the Git repository | |
| maxCommits | No | Maximum commits to analyze (default: 50) |