From 2abf59ec2a9395452b0e8af9a7bc68b33464d1ef Mon Sep 17 00:00:00 2001 From: Christian Weiss Date: Thu, 12 Aug 2021 13:42:28 +0200 Subject: [PATCH] #675 sign-off instructions (--no-edit) Signed-off-by: Christian Weiss --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f56e5b6..398dc3d 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Easyest way to do this is to use the git sign-off feature: **Sign-off your last commit (if you forgot to sign-off)** -```git commit --amend --signoff ``` +```git commit --amend --no-edit --signoff ``` **Force pushing last commit (if already pushed before sign-off)**