码迷,mamicode.com
首页 > 其他好文 > 详细

git 修改作者信息的方法

时间:2018-10-29 14:46:30      阅读:434      评论:0      收藏:0      [点我收藏+]

标签:mail   oba   global   name   email   个人信息   仓库   使用   conf   

  • git 修改作者信息的方法
    单个仓库里个人信息
git config user.name "姓名"
git config user.email "邮箱"

推荐使用全局用户信息:

git config --global user.name "姓名"
git config --global user.email "邮箱"

git 修改作者信息的方法

标签:mail   oba   global   name   email   个人信息   仓库   使用   conf   

原文地址:https://www.cnblogs.com/cag2050/p/9870408.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!