From 2a99e1c9552b5864fb5987f6db40fe963af1e05c Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Wed, 3 Apr 2019 10:09:39 +0200 Subject: [PATCH] README.md: fix git commit signoff command Signed-off-by: Wiktor Kwapisiewicz Signed-off-by: Elias Naur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9687d301..321e99d8 100644 --- a/README.md +++ b/README.md @@ -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