阅读这篇文章
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,但不会自动添加提交消息。