前言

    实现webstorm中的代码上传到github进行存储

环境

    Git环境

步骤

1. 配置Git环境并连接到github

参考https://blog.csdn.net/idomyway/article/details/80290310

2. 在github上创建项目

webstorm连接github上传代码

webstorm连接github上传代码
注意:图中的为github项目的链接地址

3. 在webstorm中配置github

3.1链接github账户

webstorm连接github上传代码

webstorm连接github上传代码

3.2配置本机git

webstorm连接github上传代码

4. 链接github仓库并指定本地仓库文件夹

webstorm连接github上传代码

webstorm连接github上传代码

5. 在本地文件夹中新建文件并上传

webstorm连接github上传代码

webstorm连接github上传代码

webstorm连接github上传代码

6.在github上查看自己上传的文件

webstorm连接github上传代码

相关文章: