如何在 Eclipse 中设置提交消息模板
Posted
技术标签:
【中文标题】如何在 Eclipse 中设置提交消息模板【英文标题】:How to set commit message template in Eclipse 【发布时间】:2019-08-20 04:48:32 【问题描述】:阅读本文
https://medium.freecodecamp.org/level-you-up-to-awesome-commit-messages-a85558cb90e8
我想将我的提交消息模板设置为显示几个 cmets 以提醒我编写好的提交消息。
如果我通过控制台提交,我会看到很多关于如何设置提交消息的答案,但是 Eclipse 中的提交消息都没有显示。
我不需要自动添加任务,也不需要任何特定的任务,除了像这样的少数 cmets:
> # [Add/Fix/Remove/Update/Refactor/Document] [summary]
# Why is it necessary? (Bug fix, feature, improvements?)
-
# How does the change address the issue?
-
# What side effects does this change have?
-
# Include a link to the ticket, if any.
我尝试设置 .gitconfig 文件和 Eclipse -> Preference -> Mylyn -> Team with 提到的 cmets,但不会自动添加提交消息。
【问题讨论】:
【参考方案1】:问题在于Eclipse -> Preference -> Mylyn -> Team
中有 Mylyn 设置,所以我认为一切都已正确安装。
重新安装 Mylyn 并安装它的所有连接器后,一切正常。
--- 编辑 ---
如果有类似的人,我会在这里留下这个答案 问题,但如果一些更有经验的同事认为不是 有需要,请留下评论,我会删除它。
【讨论】:
这里有同样的问题。您安装了哪些连接器?似乎eclipse忽略了commit.template git config 似乎缺少一个功能:bugs.eclipse.org/bugs/show_bug.cgi?id=535844 和 bugs.eclipse.org/bugs/show_bug.cgi?id=446355 @Mahatma_Fatal_Error 我刚刚检查了这个,我可以确认它不再按预期工作(有一段时间没有使用 Eclipse)。以上是关于如何在 Eclipse 中设置提交消息模板的主要内容,如果未能解决你的问题,请参考以下文章