From 6a38d94ceb8fdd2dd6bbb25944f24555e2d633b6 Mon Sep 17 00:00:00 2001 From: anarcat Date: Wed, 8 Jan 2020 15:30:51 +0000 Subject: [PATCH] fix a transcription error - to disable a remote, we set ignore to true, not false! --- doc/tips/disabling_a_special_remote.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips/disabling_a_special_remote.mdwn b/doc/tips/disabling_a_special_remote.mdwn index 3b80ef25ce..c14b383702 100644 --- a/doc/tips/disabling_a_special_remote.mdwn +++ b/doc/tips/disabling_a_special_remote.mdwn @@ -9,7 +9,7 @@ simply to use the `remote.name.annex-ignore` configuration documented in the main [[git-annex]] manpage. For example, to disable the web remote, you would use: - git config remote.web.annex-ignore false + git config remote.web.annex-ignore true The result would be: