📅  最后修改于: 2022-03-11 14:50:46.380000             🧑  作者: Mango
# create and switch to the new branch
git checkout -b
# example
git checkout -b testBranch1
# if you check your current branch it will show you testBranch1