git checkout {{BRANCH_NAME}}
Checkout command switches between branches
-b
flag tells it to create a new branch at the same time
- BRANCH_NAME: Branch name
git checkout commands
git checkout {{BRANCH_NAME}}
Checkout command switches between branches
-b
flag tells it to create a new branch at the same time
git checkout commands