This credential helper fulfils the same role as git-credential-libsecret but
is intended to be easier to install and be more portable as a binary.
git-credential-libsecret is mostly distributed as source code as a
contribution to git. A binary build has dependencies on a number of GNOME
desktop libraries which may not be present on a target machine.
cmd git-credential-fdoss is a git credentials helper that uses the
freedesktop.org secret service for storing and retrieving git credentials.
Usage: git-credential-fdoss <command> [flags]
git-credential-fdoss manages your git credentials using the freedesktop.org
Secret Service.
Flags:
-h, --help Show context-sensitive help.
-V, --version Print program version
Commands:
get [flags]
Get credentials from keyring
store [flags]
Save credentials to keyring
erase [flags]
Erase credentials from keyring
Run "git-credential-fdoss <command> --help" for more information on a command.