1

阅读这篇文章

https://medium.freecodecamp.org/level-you-up-to-awesome-commit-messages-a85558cb90e8

我想将我的提交消息模板设置为显示很少的评论,以提醒我编写好的提交消息。

如果我通过控制台提交,我会看到很多关于如何设置提交消息的答案,但在Eclipse中都没有显示提交消息。

我不需要自动添加任务或没有任何特定的任务,除了像这样的一些评论:

> # [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,但不会自动添加提交消息。

4

1 回答 1

1

问题是其中有Mylyn 设置Eclipse -> Preference -> Mylyn -> Team所以我认为一切都已正确安装。

重新安装Mylyn 并安装它的所有连接器后,它工作正常。

- - 编辑 - -

如果有人遇到类似问题,我会在这里留下这个答案,但如果一些更有经验的同事认为没有必要,请留下评论,我将删除它。

于 2019-03-29T10:25:41.280 回答