第一步 git init (先在本地创建仓库)
第二步 git add .
第三布 git commit -m "这里写提交内容也就是注释"
第四步 git remote add origin 复制你的github地址
第五步 git push -u origin master 提交到主分支
然后ok
如果还看不懂我就上截图 希望能帮当小伙伴们
![](https://img.haomeiwen.com/i13191700/b9c16fad3d00d062.png)
![](https://img.haomeiwen.com/i13191700/b09cd294b6ab3c85.png)
第一步 git init (先在本地创建仓库)
第二步 git add .
第三布 git commit -m "这里写提交内容也就是注释"
第四步 git remote add origin 复制你的github地址
第五步 git push -u origin master 提交到主分支
然后ok
如果还看不懂我就上截图 希望能帮当小伙伴们
本文标题:使用vscode提交项目到github
本文链接:https://www.haomeiwen.com/subject/cgyofhtx.html
网友评论