前端学习笔记_如何在WebStorm上使用git
2016-03-04 本文已影响11280人
质真如渝
之前一直使用命令行操作git,今天在WebStorm上使用了下git,感觉也是挺方便的。
WebStorm上检出git仓库
- 在WebStorm中选择VCS -> Checkout form Version Control -> Git 检出仓库,如图:
- Git Repository URL:git@xx.xx.xx项目名称
Parent Directory:本地要存放地址的父目录
Directory Name:项目名称
![]~3.png](https://img.haomeiwen.com/i1364944/00a0ebe44286bb92.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
- VCS中出现Git就完成了
使用git
- 创建本地仓库
- 创建完成后编写你的代码,之后提交,commit然后直接push,不多说,上图: