#035 git switch -c name

Switching branches when creating a new branch

To create a new branch and then switch to this new branch with the command git switch -c name

Command Description
switch Command to switch branches
-c Flag to create a new branch
name Branch name