webstorm中添加使用git
Posted tags: 篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webstorm中添加使用git相关的知识,希望对你有一定的参考价值。 1.pc中先安装git 2.在webstorm中选择VCS -> Checkout from Version Control -> Git Git Repository URL: 【git 路径】 Parent Directory: 【本地要存放地址的父目录】 Directory Name: 【项目名称】 3.在webstorm中添加git.exe配置,如图: 4.vcs->git->remotes中添加git url路径 5.VCS 选择 -> Enabling Version Control 6.VCS中就有了git选项 7.vcs -> git ->clone -> 依次输入 1.git 仓库url 2.本地仓库位置 3.项目名称 -> 输入 git 密码 就成功的导入了git的项目在webstorm中 -------------------保存和提交代码------------------------------------- version control 显示修改过的文件 可直接在文件上右键 commit进行单个保存【在点击最后commit时亦可选择同时push到git】 也可项目右键 ->git-> commit保存全部修改到本地仓库,然后全部push到git【选择repositor-->push】 以上是关于webstorm中添加使用git的主要内容,如果未能解决你的问题,请参考以下文章