Buat cabang baru dari master
git checkout -b new-branch-name
Difficult Dove
git checkout -b new-branch-name
# create and switch to the new branch
git checkout -b <Name_of_your_branch>
# example
git checkout -b testBranch1
# if you check your current branch it will show you testBranch1