3.1.2基本配置
1.右键打开Git Bash
2.设置用户信息
git config --global user.name "itcast"
git config --global user.email "hellpoitcast.cn"
查看配查信息
git config --global user.name
git config --global user.email
3.1.2基本配置
1.右键打开Git Bash
2.设置用户信息
git config --global user.name "itcast"
git config --global user.email "hellpoitcast.cn"
查看配查信息
git config --global user.name
git config --global user.email