fix choices in comment
This commit is contained in:
parent
6770c68955
commit
8d3f49061b
|
@ -32,7 +32,7 @@ git:
|
||||||
# The protocol to configure the git remote on.
|
# The protocol to configure the git remote on.
|
||||||
pull_method: http
|
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", 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 "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)
|
# If set to "no-checkout", the local clone will be initialized with `git clone --no-checkout`. (slower)
|
||||||
|
|
Loading…
Reference in New Issue