Linked Worktree
Check out two branches at once.
A advanced Git challenge worth 20 points. Solve it hands-on in a real Git environment in your browser - no local setup, no fake shells.
The Challenge
Scenario: /tmp/repo has a hotfix branch you want to work on without switching your main working dir.
Task: Add a linked worktree at /tmp/site-hotfix on the hotfix branch (git worktree add).