您的当前位置:首页正文

VsCode 中使用 git

来源:华拓网

1. 安装 git

2. 在项目目录下初始化

git init

3. 关联远程仓库

git remote add origin 仓库地址