> ## Documentation Index
> Fetch the complete documentation index at: https://docs.piebald.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> Piebald has first-class support for Git worktrees.

# Git worktrees

export const MuxVideo = ({playbackId, title = "Video demo"}) => <iframe className="w-full aspect-video rounded-xl" src={`https://player.mux.com/${playbackId}?accent-color=%23ff8400`} title={title} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture" allowFullScreen></iframe>;

<Badge color="green">Available in [Piebald Pro](https://piebald.ai/pricing)</Badge>

Piebald has first-class support for Git worktrees—you can create, delete, and work in multiple worktrees at the same time.

When you're in a worktree within a project, the sidebar displays all Git worktrees in that project instead of other projects, allowing you to understand which worktrees have actively-generating chats, and which ones are waiting for tool calls.

<MuxVideo playbackId="aC46sWEcv01yKgIH3IxDwJ5sIIBVramfcQ00ElIK01fek8" title="Git worktrees (Pro)" />
