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