#014 git checkout -b name

Switching branches when creating a new branch

To create a new branch and then switch to it with the command git checkout -b name

Command Description
checkout Command to switch branches
-b Flag to create the branch
name Name of the new branch