1.Git

Git装置

下载与装置

Windows和Mac零碎, 能够间接从 http://git-scm.com/downloads 网址下载并运行安装程序.

设置全局变量

全局用户信息配置

配置用户和明码

$ git config --global user.name "your-name"$ git config --global user.email "your-email@youremail.com"

查看配置信息

$ git config --listuser.email=xxxxxx@xxxxxx.comuser.name=xxxxxx

显示如图及胜利!!!

2.IDEA中Git配置

2.1.查看配置


2.2.创立本地仓库

2.3.设置Git上传过滤文件

文件门路: E:\学习笔记\SpringBoot\Git图片

2.4.上传至Gitee


2.5.添置至暂存区

2.6.Commit(提交),Push(上传)

2.7.从Git上克隆我的项目