pass-git-helper

Git credential helper that retrieves credentials from pass

brewmacoslinux
Try with needOr install directly
Source

About

Git credential helper interfacing with pass

Commands

pass-git-helper

Examples

Configure Git to use pass-git-helper as credential helper$ git config --global credential.helper pass-git-helper
Query credentials for a specific Git host$ pass-git-helper get
Store Git credentials in pass for automatic retrieval$ pass insert git/github.com/username