webStorm上传已有代码到github

文章中的方法是先在本地写完了代码,然后再上传到github上面

准备工作:

1.webStorm已经配置了gitHub

2.在gitHub上准备好了一个仓库来接收这个文件

开始上传:

按照图片操作

菜单栏-->VSC-->Import into Version Control-->Create Git Repository

webStorm上传已有代码到github_第1张图片
1

点击“OK”按钮

webStorm上传已有代码到github_第2张图片
2

点击“Add”按钮

webStorm上传已有代码到github_第3张图片
3
webStorm上传已有代码到github_第4张图片
4

先commit好了,不用commit and push

webStorm上传已有代码到github_第5张图片
5
webStorm上传已有代码到github_第6张图片
6

点击“+”按钮

webStorm上传已有代码到github_第7张图片
7
webStorm上传已有代码到github_第8张图片
8
webStorm上传已有代码到github_第9张图片
9

勾上左下角的选框

webStorm上传已有代码到github_第10张图片
10

成功上传

webStorm上传已有代码到github_第11张图片
11

你可能感兴趣的:(webStorm上传已有代码到github)