Мануалы и справочники Общие команды
git-credential-store

Команда git-credential-store: опции, ключи и примеры использования

git credential-store

git helper to store passwords on disk. More information: https://git-scm.com/docs/git-credential-store.

  • Store Git credentials in a specific file:

git config credential.helper 'store --file={{path/to/file}}'

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM