1.git安装
1.查看版本 git --version
2.设置名字 git config --global user.name '''mq'
3.设置邮箱 git config --global user.email [email protected]
### 区域
工作区 (本地代码)
暂存区
版本库
### 对象
git对象
树对象
提交对象
1.查看版本 git --version
2.设置名字 git config --global user.name '''mq'
3.设置邮箱 git config --global user.email [email protected]
### 区域
工作区 (本地代码)
暂存区
版本库
### 对象
git对象
树对象
提交对象