Questions and answers:
Clink on Option to Answer
1. Create a branch
- a) git checkout test
- b) git branch test
2. Create branch and switch to it
- a) git checkout -b dev
- b) git branch -d dev
1. Create a branch
2. Create branch and switch to it