Create remote repos with GitHub CLI
From the local repo, create a public repo on GitHub.
gh repo create --public --source=. --push
Uses gh
: https://cli.github.com/
Which can be installed with Homebrew:
brew install gh
From the local repo, create a public repo on GitHub.
gh repo create --public --source=. --push
Uses gh
: https://cli.github.com/
Which can be installed with Homebrew:
brew install gh