如何更改 Eclipse Git 插件中的默认作者和提交者?

2022-01-16 00:00:00 git eclipse-plugin eclipse egit author

我正在为 Eclipse 使用 Git 插件.我有几个作者和提交者,当我开始在这些字段中输入时会显示它们.

I am using the Git plugin for Eclipse. I have several authors and committers which are displayed when I start typing in those fields.

如何提供对此列表的更改,或删除某些作者或提交者?

How can I provide changes to this list, or remove some author or committer?

我还想设置默认显示的默认作者和提交者.

Also I want to set my default author and committer which will be displayed by default.

推荐答案

  1. 点击窗口 > 首选项 > 团队 > Git > 配置
  2. 点击Add Entry并输入键值对:

  • 键:user.name
  • 值:YourUsernameHere

还有

相关文章