Инструменты пользователя

Инструменты сайта


it:git:config

git config

--globa l
--local
--list показать настройки
пользователь
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
git config --global push.autoSetupRemote true автоустановка удалённого репозитория
it/git/config.txt · Последнее изменение: 2024/11/06 04:50 — ura2404