my-> git使用笔记

要在本地新建分支test0227并切换到该分支,运行git checkoutout 并加上-b参数,如:

git checkout -b test0227

这相当于执行下面这两条命令:

git branch test0227

git checkout test0227

posted on 2019-02-27 17:53  andydaopeng  阅读(87)  评论(0编辑  收藏  举报

导航