devops: document git autocrlf fix on windows

This commit is contained in:
Andrey Lushnikov 2019-12-11 18:17:25 -08:00 коммит произвёл GitHub
Родитель 4861152766
Коммит 33864888d9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -70,7 +70,11 @@ change `<account-name>` and `<account-key>` with relevant keys/names.
> **NOTE:** No spaces or quotes are allowed here!
### 4. Checkout PlayWright to /c/
### 4. Disable git autocrlf
Run `c:\mozilla-build\start-shell.bat` and run `git config --global core.autocrlf false`.
### 5. Checkout PlayWright to /c/
Run `c:\mozilla-build\start-shell.bat` and checkout PlayWright repo to `/c/playwright`.