# coderabbitai/git-worktree-runner

Bash-based Git worktree manager with editor and AI tool integration. Automates per-branch worktree creation, configuration copying, dependency installation, and workspace setup for efficient parallel development.

Repository: https://github.com/coderabbitai/git-worktree-runner
Canonical: https://ross.abutalabs.com/products/git-worktree-runner
Language: Shell
License: Apache-2.0
License Family: permissive
Topics: git, git-worktree
Last push: 2026-08-19T22:15:59+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 98, longevity 27
- inputs: {"age_days": 391, "days_push": 14, "days_rel": 14, "gap_med": 6, "n_releases_24m": 18}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1753, forks 102 (observed 2026-08-28T04:05:31.817915+00:00)

## What it is
gtr is a portable Bash-based CLI that manages Git worktrees, automating per-branch worktree creation, config copying, dependency installation, and workspace setup. It integrates with editors and AI coding agents to enable parallel development across multiple branches.

## Use cases
- manage git worktrees from the command line
- run multiple AI coding agents in parallel on different branches
- review pull requests without stashing current work
- automate per-branch dependency installation and workspace setup
- switch between feature branches without losing working state
- set up repeatable worktree environments for a repository

## When to choose
- you frequently juggle multiple branches and want isolated checkouts
- you run AI coding agents or editors that need separate workspaces per task
- you want automated, repeatable worktree setup including config and dependencies
- you prefer a lightweight Bash tool with no heavy runtime dependencies

## When to avoid
- you don't use Git or worktrees in your workflow
- you need a GUI-based Git client
- your environment lacks Bash 3.2+ and Git 2.17+
- you need deep IDE-integrated branch management instead of a CLI

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, cli, workflow-automation, version-control
- domain: developer-tools, version-control
- platform: windows, cli
- tags: git-worktree, bash, parallel-development, ai-agents, shell-script, command-line, automation, macos, linux

## Member repositories
- coderabbitai/git-worktree-runner (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:31.817915+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:28:13.276775+00:00, confidence not recorded.
  - readme: https://github.com/coderabbitai/git-worktree-runner (fetched 2026-08-28T04:05:31.817915+00:00, sha d8e455f821b7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
