赞
踩
每次都要输入提交人信息太麻烦,就修改了默认值
打开idea底部的输入框
- //查看作者
- git config user.name
- //查看邮箱
- git config user.email
- //设置作者
- git config --global user.name "tianChenKun"
- //设置邮箱
- git config --global user.email"123@163.com"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。