1. 配置用户名
git config --global user.name "username"
2. 配置邮箱
git config --global user.email "your email"
3. 推荐工具
gitkraken, sourcetree
1. 配置用户名
git config --global user.name "username"
2. 配置邮箱
git config --global user.email "your email"
3. 推荐工具
gitkraken, sourcetree