create ne repo github code example
Example: git create github repo
git init
git add .
git commit -m 'Initial commit'
gh repo create # => With the new GitHub CLI
git init
git add .
git commit -m 'Initial commit'
gh repo create # => With the new GitHub CLI