From 8e47455b6d42b7ec7efb3cfa98bd9150a3b0af0a Mon Sep 17 00:00:00 2001 From: Sebastian Davids Date: Sun, 2 Feb 2025 18:39:44 +0100 Subject: [PATCH] docs: use git config subcommand instead of mode Signed-off-by: Sebastian Davids --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index a7d7f44..fa60e7b 100644 --- a/README.adoc +++ b/README.adoc @@ -258,7 +258,7 @@ After initializing this repository you need to configure the https://git-scm.com [,shell] ---- -$ git config blame.ignoreRevsFile .git-blame-ignore-revs +$ git config set blame.ignoreRevsFile .git-blame-ignore-revs ---- ====