前言

Github:https://github.com/HealerJean

博客:http://blog.healerjean.com

设置当前仓库的user.name/user.email

git config  user.email "healerjean@gmail.com"

git config  user.name "HealerJean"

设置全局

git config --global user.email "healerjean@gmail.com"

git config --global user.name "HealerJean"

ContactAuthor