$ git config --global user.name “xxx” $ git config --global user.email “xxx@xx.com” $ git config --list 查看变量列表
$ git commit --amend --reset-author