README.md: fix git commit signoff command

Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Wiktor Kwapisiewicz
2019-04-03 10:09:39 +02:00
committed by Elias Naur
parent 1096ac1938
commit 2a99e1c955
+1 -1
View File
@@ -113,7 +113,7 @@ With `git send-email` configured, you can clone the project and set it up for su
Contributors must agree to the [developer certificate of origin](https://developercertificate.org/),
to ensure their work is compatible with the MIT and the UNLICENSE. Sign your commits with Signed-off-by
statements to show your agreement. The `git commit --sign` command signs a commit with the name and email
statements to show your agreement. The `git commit --signoff` command signs a commit with the name and email
from your `user.name` and `user.email` settings.
Whenever you want to submit your work for review, use `git send-email` with the base revision of your