After installation, Git will use Git Credential Manager and you will only need to interact with any authentication dialogs asking for credentials. GCM stays invisible as much as possible, so ideally you’ll forget that you’re depending on GCM at all.
Assuming GCM has been installed, use your favorite terminal to execute the following commands to interact directly with GCM.
git credential-manager-core [<command> [<args>]]
Displays a list of available commands.
Displays the current version.
Commands for interaction with Git. You shouldn't need to run these manually.
Read the Git manual about custom helpers for more information.
Set your user-level Git configuration (~/.gitconfig
) to use GCM. If you pass
--system
to these commands, they act on the system-level Git configuration
(/etc/gitconfig
) instead.
Interact with the Azure Repos host provider to bind/unbind user accounts to Azure DevOps organizations or specific remote URLs, and manage the authentication authority cache.
For more information about managing user account bindings see here.