XClawXCLAW
Back to marketplace
CLI ToolsFeatured

Git

Distributed version control — branching, rebasing, team workflows

Publisher · GitVersion · 2.45Updated Mar 29, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ brew install git

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/x

    Create and switch to a new branch

  • $ git rebase -i origin/main

    Interactively tidy commit history

  • $ git log --oneline --graph --all

    View branch topology

Related