mac .ssh文件在哪里查找
Finder-->前往-->前往文件夹-->输入~/.ssh 即:shift+command+G-->输入~/.sshGitLab相关操作
在terminal中执行:
git clone -b "分支名" https://xxxxx.git
然后执行:
cd xxxx
基于develop建立一个自己的branch并切换到该branch:
git checkout -b xxxxxxxx //基于当前分支建立一个新的分支,并切换到该分支。xxxx为你的branch的名字,比如zhaoyiquan



