Skip to main content
DevOpsLabTH.dev

Move between branches with git switch

`git switch` moves HEAD between branches. `-c` creates and switches in one step. `git checkout` is the legacy verb.

Sign in to start the lab