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
- Renders even when the working tree is clean — there's no concept of "dirty" in the prop.
- The synthetic row carries no commit data and isn't selectable.