fix choices in comment

This commit is contained in:
Massaki Archambault 2020-12-31 12:34:38 -05:00
parent 6770c68955
commit 8d3f49061b
1 changed files with 1 additions and 1 deletions

View File

@ -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)