git设置提交者信息

警告
本文最后更新于 2021-10-11 13:54,文中内容可能已过时。

git配置的三个级别

  • --local: 仓库级(仅针对某个git仓库.git/config)
  • --global: 用户级(系统用户的配置~/.gitconfig)
  • --system: 系统级(git级配置/private/etc/gitconfig)

修改信息

1
2
git config --local user.name 'SoulChild'
git config --local user.email '742899387@qq.com'
请我喝杯水
SoulChild 微信号 微信号
SoulChild 微信打赏 微信打赏
0%