-
-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Labels
Description
Hi,
I want to use gopass as a backend to automatically store my git credentials.
As an inspiration, there is pass-git-helper
According to this page, I would propose the following:
- Write a parser/compositor for the git-credential format
- Add a new command
git-credential
with the subcommandsget
,store
anderase
, which parses the input credential, matches it against a stored password and calls the specific action
Does anyone have any other suggestions? I would be willing to work on an implementation
Cheers,
veecue
dominikschulz, r3k2 and Flecart