====== git config ====== | %%--%%globa l| | | %%--%%local | | | %%--%%list | показать настройки | ^ пользователь ^ ^ | git config user.name %%""%% | | | git config user.email %%""%% | | | git config user.password %%""%% | | | git config %%--%%system %%--%%unset credential.helper| сбросить кредиты | | git config %%--%%global credential.helper store | сохранить кредиты | ^ ^ ^ | git config http.proxy %%http://:@:%% | proxy | | git config core.autocrlf %%%% | авто установка CRLF | | git config http.sslVerify %%%% | отключить/включить ssl | ^ ^ ^ | git config %%--%%global push.autoSetupRemote true | автоустановка удалённого репозитория |