markdown git:为提交添加长描述

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown git:为提交添加长描述相关的知识,希望对你有一定的参考价值。

```
git commit -m "title" -m "longer descriptions"

# or

git commit # an editor will be opened and you will be able to type your commit title and descriptions there
```

以上是关于markdown git:为提交添加长描述的主要内容,如果未能解决你的问题,请参考以下文章

如何让 git log 剪切长评论?

在 Vim 中自动包装长的 Git 提交消息

markdown Git提交消息规范

markdown 我对Git提交结构的看法

markdown 自上次发布以来Git提交

markdown git commit提交规范