📌  相关文章
📜  如何在 git 中切换分支 - Shell-Bash 代码示例

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

代码示例6
- git checkout branch_name --> goes to branch that already exists
- git checkout -b  --> creates a new branch and switches to it.