
git-credential
List of commands for git-credential:
-
git-credential:tldr:1b66a git-credential: Send credential information to all configured credential helpers to store for later use.$ echo "${url=http:--example-com}" | git credential approvetry on your machineexplain this command
-
git-credential:tldr:2ad09 git-credential: Erase the specified credential information from all the configured credential helpers.$ echo "${url=http:--example-com}" | git credential rejecttry on your machineexplain this command
-
git-credential:tldr:f9cf3 git-credential: Display credential information, retrieving the username and password from configuration files.$ echo "${url=http:--example-com}" | git credential filltry on your machineexplain this command