Skip to content

shaleh/git-credential-pass-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple pass based git credential helper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages