it:git:config
Это старая версия документа!
git config
--global | |
--local |
пользователь | |
---|---|
git config user.name "<name>" | |
git config user.email "<email>" | |
git config user.password "<password>" | |
git config –system –unset credential.helper | сбросить кредиты |
git config –global credential.helper store | сохранить кредиты |
git config http.proxy http://<username>:<password>@<url>:<port> | proxy |
git config core.autocrlf <true|false> | авто установка CRLF |
git config http.sslVerify <true|false> | отключить/включить ssl |
it/git/config.1729847360.txt.gz · Последнее изменение: 2024/10/25 09:09 — ura2404