Update docs to remove assertion that worktrees are cleaned up on merge

This commit is contained in:
Gabriel Gordon-Hall
2026-01-05 17:38:53 +00:00
committed by GitHub
parent c0dadac9bd
commit 48d2ce1b80

View File

@@ -33,7 +33,7 @@ If conflicts occur, see [Resolving Rebase Conflicts](/core-features/resolving-re
## Merge
Click **Merge** to integrate your completed work into the target branch. Your task will automatically move to the **Done** column, and the worktree is cleaned up automatically. The branch remains until you manually delete it.
Click **Merge** to integrate your completed work into the target branch. Your task will automatically move to the **Done** column. The branch remains until you manually delete it.
<Tip>
If you're working with GitHub, consider creating a pull request instead of merging directly. This allows for team review and CI checks.