vscode中将本地数据push至git repository

1.新建repository

2.本地写好的代码

3.执行git init 初始化git配置文件

4.提交已暂存文件

 5.填写提交信息

6.执行push命令

7.完成

原文地址:https://www.cnblogs.com/xugangblog/p/6839988.html