Recipe: working-tree row

Pass showWorkingTreeRow to prepend a synthetic row representing uncommitted work. The row participates in lane layout — its lane matches the current HEAD's lane, and a dashed edge connects it to HEAD.

<GitGraph commits={commits} showWorkingTreeRow />

Behaviour