efs_git
Run Git operations including status, diff, log, blame, add, commit, branch, and stash. Supply the repository path for any operation.
Instructions
Git operations: status, diff, log, blame, add, commit, branch, stash. repoPath required for all operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional args | |
| count | No | Log entry count | |
| files | No | Files to operate on | |
| branch | No | Branch name | |
| message | No | Commit message | |
| repoPath | Yes | Repository path | |
| operation | Yes | Git operation |