git_command
Run safe, read-only git commands on ShadowGit repositories to inspect logs, diffs, and status without altering the repository.
Instructions
Execute a read-only git command on a ShadowGit repository. Only safe, read-only commands are allowed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name (use list_repos to see available repositories) | |
| command | Yes | Git command to execute (e.g., "log -10", "diff HEAD~1", "status") |