Man page - git-credential-oauth(1)
Packages contains this manual
Package: git-credential-oauth
apt-get install git-credential-oauth
apt-get install git-credential-oauth
Manuals in package:
Documentations in package:
Manual
GIT-CREDENTIAL-OAUTH
NAMESYNOPSIS
DESCRIPTION
OPTIONS
REPORTING BUGS
NAME
git-credential-oauth - Git credential helper that authenticates to GitHub and other forges using OAuth
SYNOPSIS
git-credential-oauth [<options>] <action>
DESCRIPTION
A read-only Git credential helper that authenticates to GitHub and other forges using OAuth.
Example configuration for Git:
git config
--global --unset-all credential.helper
git config --global --add credential.helper "cache
--timeout 21600" # six hours
git config --global --add credential.helper oauth
To unconfigure:
git config --global --unset-all credential.helper oauth
OPTIONS
Run git-credential-oauth -help for more details.
REPORTING BUGS
Please report any bugs at https://github.com/hickford/git-credential-oauth