vs code 中提交代码至 git
安装git 就不用说了,度娘上很多。
在Vs Code 中打开终端 输入下方git代码
git init
git remote add origin https://github.com/*********
点击右下方的master
image
点击选中
![image](https://upload-images.jianshu.io/upload_images/19615091-cd087f71075eab27.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)