ZeroScroll
>
git
>
checkout
如何创建并切换到新分支
$
git checkout -b [分支名]
Command
git
Description
创建一个新分支并立即切换到该分支。
Related
如何切换分支
如何列出分支