From 8d3f49061be4fe94695f5252e4b54abe65911181 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Thu, 31 Dec 2020 12:34:38 -0500 Subject: [PATCH] fix choices in comment --- config.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yaml b/config.example.yaml index 418beb2..ee3e33f 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -32,7 +32,7 @@ git: # The protocol to configure the git remote on. pull_method: http - # Must be set to either "init", "no-checkout" or "checkout". + # Must be set to either "init", init-pull", "no-checkout" or "checkout". # If set to "init", the local clone will be initialized with `git init` and set to track the default branch. (fastest) # If set to "init-pull", the local clone will be initialized with `git init` and will than be followed up by an asynchronous `git pull`. (faster) # If set to "no-checkout", the local clone will be initialized with `git clone --no-checkout`. (slower)