Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 584 Bytes

Password Store Git Helper

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.

Installation

Compile, install, and configure git to use it:

make
sudo make install
git config --global credential.helper password-store

See the Makefile for details.