We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Upstream

When you make a commit in a linked worktree, that commit is automatically reflected in the main worktree!

It makes sense: the linked worktree doesn't have a .git directory, so it's not a separate repository. It's just a different view of the same repository.

You can almost think of a linked worktree as just another branch in the same repo, but with its own space on the filesystem.

Assignment

Run git branch from your main worktree, then answer the question.