Search code examples
gitgithubgithub-cli

Is it possible to use any command to create a new repo on github in command line?


I tried to searched the google but didn't get any clue about this. If i can use git command to create a new repo on github, so i dont have to open github website and click to create a repo,it will be easier to use.


Solution

  • Download Github CLI

    And use these commands

    gh repo create [set_name_for_repo]