1.新建一个空文件夹
2.鼠标右键选择git bash here,然后输入命令 git clone + 自己Git库的地址
3.使用git branch 查看本地是否具有分支,出现绿色字的是代表本地有的分支
4.git checkout -b test origin/test 在本地创建分支test并切换到该分支
5.git pull origin test 就可以把gitLab上test分支上的内容都拉取到本地了。
1.新建一个空文件夹
2.鼠标右键选择git bash here,然后输入命令 git clone + 自己Git库的地址
3.使用git branch 查看本地是否具有分支,出现绿色字的是代表本地有的分支
4.git checkout -b test origin/test 在本地创建分支test并切换到该分支
5.git pull origin test 就可以把gitLab上test分支上的内容都拉取到本地了。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。