idea 修改用户名和邮箱
-- 修改用户名 git config user.name "xxx"
-- 查看用户名 git config user.name
-- 全局修改 git config --global user.name "xxx"
-- 修改邮箱 git config user.email "xxx@seaboxdata.com"
-- 查看邮箱 git config user.email
-- 全局修改 git config --global user.email "xxx@seaboxdata.com"
通过知识/经验的分享,节省开发者的时间.