conductorv2
Plugins/Developer

Git

Full git operations: commit, push, branch, status, and more.

zero-config10 tools

Works immediately if git is installed and repo is initialized.

Execute git commands directly from your AI. Commit changes, create and switch branches, push to remotes, view history, and manage remotes. All standard git operations are supported.

Setup

terminal
Zero-config. Requires git CLI installed and initialized repository.

Install

Built-in — no installation needed. Works immediately.

Tools

ToolDescriptionApproval
git_statusShow working tree status
git_addStage files for commitrequired
git_commitCommit staged changesrequired
git_pushPush commits to remoterequired
git_pullPull changes from remoterequired
git_branchList, create, or delete branches
git_checkoutSwitch branches or restore filesrequired
git_logShow commit history
git_diffShow changes between commits
git_remoteManage remote repositories

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

What's the status of my repo?

git_status

Commit my changes with a message

git_commit

Show me the last 5 commits

git_log