赞
踩
用户名和邮箱地址是本地git客户端的一个变量,不随git库而改变。
每次commit都会用用户名和邮箱纪录。
github的contributions统计就是按邮箱来统计的。
git config --global credential.helper store (输入这个命令后,以后只要在输入一次用户名密码)
查看用户名和邮箱地址:
git config user.name;
git config user.email
git config --global user.name "username"
git config --global user.email "email"
Editor–>File and Code Templates–>Includes–>File header
具体内容:
/**
* @author yourName
* @since ${DATE} ${TIME} ${DAY_NAME_SHORT}
*/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。