Skip to content

ccrusius/git-credential-password-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published