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 插件中的默认作者和提交者?
基础教程推荐
- 存储 20 位数字的数据类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
