Mac Visual Studio Code 使用git
1.在本地建立一个空白文件夹作为仓库
2.使用vscode打开这个文件夹
3.在VScode中打开终端
4.输入git remote add origin http://xxx.xxx.xxx.com/xxx-xxx-xxx.git
5.输入账号密码
6.获取代码 git pull orgin master
1.在本地建立一个空白文件夹作为仓库
2.使用vscode打开这个文件夹
3.在VScode中打开终端
4.输入git remote add origin http://xxx.xxx.xxx.com/xxx-xxx-xxx.git
5.输入账号密码
6.获取代码 git pull orgin master