Overview
The default bedrock of collaborative development. In XClaw, the Agent operates Git directly — inspect history, branch, merge, resolve conflicts as part of the conversation.
Features
- Branches, rebases, merges
- Staging and stash
- Submodules
- Hooks and automation
- Rich remote protocols
Common commands
A few common invocations — the Agent runs them as you in your terminal
$ git switch -c feature/xCreate and switch to a new branch
$ git rebase -i origin/mainInteractively tidy commit history
$ git log --oneline --graph --allView branch topology