logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-credential-oauth - Git credential helper that authenticates to GitHub and other forges using OAuth

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

Name

       git-credential-oauth - Git credential helper that authenticates to GitHub and other forges using OAuth

Options

       Run git-credential-oauth -help for more details.

Reporting Bugs

       Please report any bugs at https://github.com/hickford/git-credential-oauth

2023-08-12                                                                               GIT-CREDENTIAL-OAUTH(1)

Synopsis

       git-credential-oauth [<options>] <action>

See Also