/git-credential-pass-store

A simple pass based git credential helper

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

A simple git credential helper backed by pass.

Put the helper in your path and then run:

git config credential.helper pass-store

or if you store your entries as "github.com" instead of "github":

git config credential.helper "pass-store --full-host"

Now when git needs account info it will query pass. This only works if your entries look like this:

some-secret-sssh
Username: user