Created
May 29, 2025 10:40
-
-
Save thoughtful-solutions/16db66cbc2ddee2bde031abd35199f72 to your computer and use it in GitHub Desktop.
Github CLI config to make use of git config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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