get_git_context
Retrieve Git repository details including branch, recent commits, and working directory changes. Use to analyze project status and track changes efficiently.
Instructions
Extract Git repository context (branch, recent commits, status)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commit_count | No | Number of recent commits to include | |
include_diff | No | Include current working directory changes |