Page History
...
With the -s/--signoff
option, git-commit automatically appends a Signed-off-by:
line to the log message with the currently-configured Git account and email (from the ~/.gitconfig
or .git/config
section entries for name=
and email=)
.
Adding this line means that you certify the following:
...
Overview
Content Tools