前端学习笔记_如何在WebStorm上使用git

之前一直使用命令行操作git,今天在WebStorm上使用了下git,感觉也是挺方便的。

WebStorm上检出git仓库

  1. 在WebStorm中选择VCS -> Checkout form Version Control -> Git 检出仓库,如图:
前端学习笔记_如何在WebStorm上使用git_第1张图片
  1. Git Repository URL:[email protected]项目名称
    Parent Directory:本地要存放地址的父目录
    Directory Name:项目名称

![]~3.png](http://upload-images.jianshu.io/upload_images/1364944-00a0ebe44286bb92.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

  1. VCS中出现Git就完成了

使用git

  1. 创建本地仓库
前端学习笔记_如何在WebStorm上使用git_第2张图片
  1. 创建完成后编写你的代码,之后提交,commit然后直接push,不多说,上图:
前端学习笔记_如何在WebStorm上使用git_第3张图片
前端学习笔记_如何在WebStorm上使用git_第4张图片

你可能感兴趣的:(前端学习笔记_如何在WebStorm上使用git)