This is a git credential helper that uses pass as its backend. It
assumes that the host is present in the pass entry name (whether in
the directory name or file name), and that the file itself contains
either a user:
, username:
, or login:
line.
Compile, install, and configure git
to use it:
make
sudo make install
git config --global credential.helper password-store
See the Makefile
for details.