[pass] pass-git-helper: a git credential helper for pass

Johannes Wienke languitar at semipol.de
Wed Aug 26 22:14:25 CEST 2015


Hi,

I have implemented a script which allows to use pass as a backend for git:
https://github.com/languitar/pass-git-helper

The basic idea is that there is a mapping file which associates password
store entries with domains, e.g. like:

[github.com]
target=dev/github

[*.fooo-bar.*]
target=dev/fooo-bar

I wanted to avoid having to artificially structure the password store to
match domains, because several domains might be served by the same
credentials.

I'd be happy to receive feedback.

Cheers,
Johannes


More information about the Password-Store mailing list