about commit-message #1531
superen7527
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
these were the wrong code which by gpt given me
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I am using it and I realized that commit-message can only submit the title, not the detailed comments.
For example, if I commit via git commit -m title -m body, in commit-message I can only commit to the first title.
I've searched the documentation community for two hours as well as the gpt solution to no avail. So bothered to commit the idea. Since I don't speak much English so I didn't find the same issue related to it, if so please close that discussion.
My idea is Can you come up with a commit-body parameter to support the detailed comments section? Or by what illegal string in the title to split the two parts?
Also what would be done about special symbols like line breaks? I tested line breaks but am afraid of triggering something else. I would like to ask for some advice.
source:
你好。
我在使用过程中,发现commit-message只能提交标题,无法提交详细注释。
例如我通过 git commit -m title -m body 这样提交的格式,在commit-message只能提交到第一个title中。
我寻找了两个小时文档社区以及gpt解决方法,都没有效果。因此打扰地提交了这个想法。由于我不太会英语所以没有找到相关的相同问题,如果有请你关闭该讨论。
我的想法是 能否出一个commit-body参数来支持详细注释的部分?或者通过什么在title中非法的字符串分割两个部分?
另外关于换行等特殊符号,会怎么处理?我测试了换行,但是害怕触发别的问题。特此请教一下。
Beta Was this translation helpful? Give feedback.
All reactions