赞
踩
虽然经常用,也经常忘记,特此记录。
git config --global user.name "myname" git config --global user.email test@163.com
git config --help |grep email | grep name
直接help查看