我们正在处理票证,当我们在第一行的git commit消息中使用票号时,则使用提交消息更新票证.
为简单起见,我们总是使用提交编号处理分支.
现在我想要提交一个提交消息,其中已经填写了票号.
它必须是可能的,因为分支已经在提交模板中,但是在由git删除的注释中.我曾经几次搜索过文档和网页,但我一定要找错字,因为我找不到它.
有人可以帮忙吗?
我正在使用 VS Code 来编写提交消息。当我输入git commit -aVS Code 时,它会启动以下文本:
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch assi
# Changes to be committed:
# modified: Default_Navigation.cs
#
Run Code Online (Sandbox Code Playgroud)
这个模板可以改吗?