📌  相关文章
📜  创建一个新的 git 分支 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:46.380000             🧑  作者: Mango

代码示例6
# 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