基本操作
初始化或者修改全局用户名:git config –global user.name “your name”
初始化或者修改全局提交邮箱git config –global user.email “user@example.com“
2020-04-30