How do I change the default author and committer in the Eclipse Git plugin?(如何更改 Eclipse Git 插件中的默认作者和提交者?)
问题描述
我正在为 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.
推荐答案
- 点击窗口 > 首选项 > 团队 > Git > 配置
点击Add Entry并输入键值对:
- 键:user.name
值:YourUsernameHere
还有
这篇关于如何更改 Eclipse Git 插件中的默认作者和提交者?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何更改 Eclipse Git 插件中的默认作者和提交者?


- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01