# 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