输入git commit
后,您会在编辑器中看到以下公式化消息:
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch Master
# Your branch is ahead of 'ec/Master' by 2 commits.
# (use "git push" to publish your local commits)
#
# Changes to be committed:
# modified: package.json
# ...
每次打开编辑器时,我都希望将内容添加到该消息中(具体来说,我在编写第一行时经常引用给定项目的[.gitlabels] [gl]文件提交消息)。
有没有办法做到这一点,还是生成内容硬编码的具体细节? (如果是这样,是否有一种方法可以让vim
在检测到正在编辑git commit-message文件时自动插入内容?我同样很乐意接受详细说明如何操作的答案。 )