sh,git branch,
`,,创建一个名为 "feature" 的分支:,,
`sh,git branch feature,
`,,或者你可以使用更简洁的命令来创建并切换到新分支:,,
`sh,git checkout -b,
`,,创建并切换到名为 "feature" 的分支:,,
`sh,git checkout -b feature,
``sh,git branch,
`,,创建一个名为 "feature" 的分支:,,
`sh,git branch feature,
`,,或者你可以使用更简洁的命令来创建并切换到新分支:,,
`sh,git checkout -b,
`,,创建并切换到名为 "feature" 的分支:,,
`sh,git checkout -b feature,
``Powered By Z-BlogPHP 1.7.3