hickford/git-credential-oauth

Custom GitLab instance support

hickford opened this issue · 6 comments

To use with a custom GitLab instance, eg. gitlab.example.com

  1. Register an OAuth application on the host
  2. Adjust and run the commands with the generated client id
  3. Share these commands with colleagues
git config --global credential.https://gitlab.example.com.oauthClientId <CLIENTID>

Screenshot image