Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thoughtful-solutions/16db66cbc2ddee2bde031abd35199f72 to your computer and use it in GitHub Desktop.
Save thoughtful-solutions/16db66cbc2ddee2bde031abd35199f72 to your computer and use it in GitHub Desktop.
Github CLI config to make use of git config
```
gh config set git_protocol https
gh auth setup-git
gh auth status
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment