https://github.com/shaleh/git-credential-pass-store
A simple pass based git credential helper
https://github.com/shaleh/git-credential-pass-store
credentials git
Last synced: over 1 year ago
JSON representation
A simple pass based git credential helper
- Host: GitHub
- URL: https://github.com/shaleh/git-credential-pass-store
- Owner: shaleh
- License: bsd-3-clause
- Created: 2017-11-20T08:13:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T21:10:07.000Z (over 8 years ago)
- Last Synced: 2025-01-27T18:09:39.678Z (over 1 year ago)
- Topics: credentials, git
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple git credential helper backed by [`pass`](https://www.passwordstore.org/).
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