git commit -s -m 注释中的换行 [加入signed-off-by

时间:2022-07-21 15:18:47

windows环境下的Git Bash中注释的换行: 使用单引号。

或者是在Linux系统里面用终端

git add .
git commit -m '
. this is the test
. update file
'

git commit -s -m "message"     #用于显示signed-off-by

git log日志显示的内容如下:

$ git log
commit c334f02266fed9139f8b07913c442f10938ad92a
Author: sndnvaps <sndnvaps@gmail.com>
Date: Mon Sep :: + . remove file
. update