赞
踩
1.下载并安装Git
1.下载地址:https://git-scm.com/downloads
2.下载完之后点击安装
3.配置安装路径
4.windows下边选择安装组件 git bash here和git gui here
5.开始菜单目录名设置
6.选择使用命令行环境
7.安装完成。
2.校验安装完成
git checkpoint 回退岛上个版本
git clone 远程仓库地址
idea配置git:
在IDEA中设置Git,在File–>Setting->Version Control–>Git–>Path to Git executable选择你的git安装后的git.exe文件,然后点击Test,测试是否设置成功
在IDEA中设置GitHub,File–>Setting->Version Control–>GibHub
Host:github.com
Token:点击Create API Token,输入在github中注册的用户名和密码生成token
点击Test,测试是否连接成功
创建本地仓库,VCS–>Import into Version Control–>Create Git Repository
然后点击项目git ->add, git commit Dir,
一般.git,.idea, target,static下的文件不需要提交。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。