it:git:config
Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
it:git:config [2024/10/25 09:02] – ura2404 | it:git:config [2024/11/06 04:50] (текущий) – ura2404 | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== git config ====== | ====== git config ====== | ||
- | |%%--%%global| | | + | | %%--%%globa l| | |
- | |%%--%%local| | | + | | %%--%%local | | |
+ | | %%--%%list | показать настройки | ||
^ пользователь ^ ^ | ^ пользователь ^ ^ | ||
Строка 8: | Строка 9: | ||
| git config user.email %%"< | | git config user.email %%"< | ||
| git config user.password %%"< | | git config user.password %%"< | ||
- | | git config --system --unset credential.helper| сбросить кредиты | | + | | git config |
+ | | git config %%--%%global credential.helper store | сохранить кредиты | | ||
^ ^ ^ | ^ ^ ^ | ||
Строка 14: | Строка 16: | ||
| git config core.autocrlf %%< | | git config core.autocrlf %%< | ||
| git config http.sslVerify %%< | | git config http.sslVerify %%< | ||
+ | |||
+ | |||
+ | ^ ^ ^ | ||
+ | | git config %%--%%global push.autoSetupRemote true | автоустановка удалённого репозитория | | ||
+ | |||
it/git/config.1729846934.txt.gz · Последнее изменение: 2024/10/25 09:02 — ura2404