git-password - put git credentials architecture to other uses
git password get <url>
git password set <url>
git password forget <url>
git password ensure-set <url>
This command allows to put git credentials architecture to any use where the password is expected as the output of a command or to simply set a password to be used later.
The available subcommands are:
This command is of little use without a credential-helper set. See gitcredentials(7) for more information on how to set a credential helper.
If those commands can be called out of a terminal, an askpass command, such that ssh-askpass(1), should be defined (for instance by setting the GIT_ASKPASS environment variable, see gitcredentials(7)).
gitcredentials(7), ssh-askpass(1)