Tuesday, April 10, 2012

git-credential-gnomekeyring

One of problems when using git via HTTP is how to store passwords in your box.  In git 1.7.9, credential helpers are introduced, so I've created a credential helper for Gnome Keyring called git-credential-gnomekeyring.

See README for details.


1 comment:

pah said...

We may want to merge your code with the "other" available implementation at GitHub and propose it for inclusion into the Git contrib/ collection.