【发布时间】:2020-08-05 01:58:47
【问题描述】:
我正在使用 VS Code 来编写提交消息。当我输入git commit -a 时,VS 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
#
这个模板可以改吗?
【问题讨论】:
标签: git visual-studio-code editor commit commit-message