Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.03 KB

usage.md

File metadata and controls

32 lines (19 loc) · 1.03 KB

Command-line usage

After installation, Git will use Git Credential Manager Core and you will only need to interact with any authentication dialogs asking for credentials. GCM Core stays invisible as much as possible, so ideally you’ll forget that you’re depending on GCM at all.

Assuming GCM Core has been installed, use your favorite terminal to execute the following commands to interact directly with GCM.

git credential-manager-core [<command> [<args>]]

Commands

help / --help

Displays a list of available commands.

version / --version

Displays the current version.

get / store / erase

Commands for interaction with Git. You shouldn't need to run these manually.

Read the Git manual about custom helpers for more information.

configure/unconfigure

Set your user-level Git configuration (~/.gitconfig) to use GCM Core. If you pass --system to these commands, they act on the system-level Git configuration (/etc/gitconfig) instead.