1
0
Форкнуть 0

Merge pull request #831 from kant/patch-5

Typo fixed on string #119
This commit is contained in:
John Briggs 2019-03-11 09:27:00 -04:00 коммит произвёл GitHub
Родитель 183792bba6 ebf4bfc747
Коммит 0d9a0dd5f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -116,7 +116,7 @@ See [GCM_PRESERVE](Environment.md#gcm_preserve)
Sets the maximum time, in milliseconds, for a network request to wait before timing out.
This allows changing the default for slow connections.
Supports an integer value. Defaults to 90,000 miliseconds.
Supports an integer value. Defaults to 90,000 milliseconds.
```shell
git config --global credential.visualstudio.com.httpTimeout 100000
@ -196,7 +196,7 @@ See [GCM_VSTS_SCOPE](Environment.md#gcm_vsts_scope)
### writeLog
Enables trace logging of all activities.
Logs are written to the local .git/ folder at the root of the repository.
Logs are written to the local `.git/` folder at the root of the repository.
__Note:__ This setting will not override the `GCM_TRACE` environment variable.