https://git-scm.com/docs/git-config#Documentation/git-config.txt-credentialhelper
[[gitconfigの設定]]。認証情報の再入力を避けるためのcredential helperを指定する。helperは[[Git Credential Manager]]など。
### コマンド
```shell
# Git-Credential-Manager-Coreの場合
git config credential.helper manager
```
### config
```git
# Git-Credential-Manager-Coreの場合
[credential]
helper = manager
```