📌  相关文章
📜  在 git 中同时创建分支和结帐 - Shell-Bash 代码示例

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

代码示例1
git checkout -b  
# --> name of the new branch being created.
# --> name of the branch to branch from.
#NB: no need to provide  if that is the active branch.