之前一直使用命令行操作git,今天在WebStorm上使用了下git,感觉也是挺方便的。
WebStorm上检出git仓库
- 在WebStorm中选择VCS -> Checkout form Version Control -> Git 检出仓库,如图:
- Git Repository URL:git@xx.xx.xx项目名称
Parent Directory:本地要存放地址的父目录
Directory Name:项目名称
- VCS中出现Git就完成了
使用git
- 创建本地仓库
- 创建完成后编写你的代码,之后提交,commit然后直接push,不多说,上图: