vs code 中提交代码至 git
安装git 就不用说了,度娘上很多。
在Vs Code 中打开终端 输入下方git代码
git init
git remote add origin https://github.com/*********
点击右下方的master
image
点击选中
