1.git安装

1.查看版本 git --version

1.git安装

2.设置名字 git config --global user.name '''mq'

3.设置邮箱 git config --global user.email [email protected]

1.git安装

1.git安装 

### 区域

  工作区 (本地代码)

   暂存区

   版本库

### 对象 

   git对象

   树对象

   提交对象