要在本地新建分支test0227并切换到该分支,运行git checkoutout 并加上-b参数,如:
git checkout -b test0227
这相当于执行下面这两条命令:
git branch test0227
git checkout test0227
要在本地新建分支test0227并切换到该分支,运行git checkoutout 并加上-b参数,如:
git checkout -b test0227
这相当于执行下面这两条命令:
git branch test0227
git checkout test0227