Switches you to a different branch of the project. [^1] ```bash git checkout <branch> # switch to an existing branch git checkout -b <branch> # create and switch to a new branch ``` [^1]: https://git-scm.com/docs/git-checkout