Git worktrees, made simple
A ZSH plugin that transforms how you work with git repositories. Switch between branches instantly, review PRs in parallel, and never stash again.
Quick start
Get up and running with Repo Manager in under a minute
Clone a repository
Create a new worktree
Explore by topic
Learn about core concepts and commands
Worktree workflow
Command reference
Hooks & customization
PR review workflow
Key features
Everything you need for a modern git workflow
Instant switching
Jump between branches without stashing or losing context. Each worktree is a separate directory.
Bare repository layout
Repositories are cloned as bare repos with worktrees, keeping your git data centralized and clean.
PR worktrees
Create worktrees directly from GitHub PRs for isolated code review environments.
Customizable hooks
Override post-action hooks to integrate with your editor, terminal multiplexer, or custom tooling.
Organized structure
All repositories are organized by domain and path, mirroring their remote URLs for easy navigation.
Convert existing repos
Migrate standard git clones to the worktree layout without losing history or re-cloning.
Ready to streamline your workflow?
Install Repo Manager and experience git worktrees the way they were meant to be used.
View installation guide