Process Flow - Listing worktrees
Run 'git worktree list'
Git reads .git/worktrees directory
Git gathers info on each worktree
Git outputs list with paths and HEAD info
Display result
The command reads the worktrees info and shows a list of all linked worktrees with their paths and current branch or commit.