username and email editor difftool and mergetool alias 可以直接修改~/.gitconfig文件,也可以用命令配置一个可以实际使用的高效的Git环境. username and email 这两项是必须的. git config --global user.name gituser git config --global user.email email@git.com or [user] name = gituser email = ema