Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.08 KB

File metadata and controls

28 lines (24 loc) · 1.08 KB

Build StatusMaintainability

git-credential-keepasshttp

A git credential helper to integrate with keepass using keepasshttp

Requirements

Installation

pip install --process-dependency-links git+https://github.com/z00nx/git-credential-keepasshttp

Usage

You can set git's credential helper on a per repo basis repository using:

git config credential.helper keepasshttp

Or globally using:

git config --global credential.helper keepasshttp

Notes:

  • Only the get operation is supported
  • It will return the first set of credentials found
  • Minimal testing has been performed