Created
November 16, 2021 01:32
-
-
Save Ambratolm/86134d32dced643c0054512dd9b30343 to your computer and use it in GitHub Desktop.
Create a new private GitHub repository using GitHub CLI.
This file contains 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
git init | |
git add . | |
git commit -m "Initial Commit" | |
gh repo create owner/name -d "Repo Description Here" --private -y | |
git push -u origin main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment