webstorm上传git

webstorm上传代码到git和idea差不多:
1.测试git.exe
webstorm上传git
2.登录github账户:
webstorm上传git
3、获取本地的ssh,复制到github账户中的ssh中,SSH的作用是让本地版本库与远程版本库 通信,也就是你在本地修改好 的代码,需要同步到服务器上的时候,就需要这个SSH **来通讯。
这个在我的idea操作git中有写:点击查看
4、上传代码
注1:如果是第一次上传新建的WebStorm中的工程,步骤如下:工具栏VCS->Import into Version Control->Share Project on GitHub,在弹出来的弹窗中点击Share按钮,如果 没有问题会 弹出来需要上传的文件选择框,选择之后点OK即可完成上传了。上传完 后就可以在你 的GitHub主页看到上传的项目了。
webstorm上传git
webstorm上传git
webstorm上传git
webstorm上传git
接着就和idea操作git一样:
webstorm上传git
webstorm上传git
webstorm上传git
webstorm上传git
webstorm上传git
上传成功。
接下来Clone项目
CVS->Checkout from Version Control->Git,在弹出的弹窗中输入Clone项目的URL, 如:
webstorm上传git
webstorm上传git
成功!