So in this short tutorial video you are going to show how to create a new repository via terminal by using gh ""GitHub CLL
steps:
1- open a new terminal window
2- login to your account
3- now you have to type next command line and press enter
gh repo create "repository name I mean new name " --clone --description "type description" --"type public or private"
example:
gh repo create new-repo --clone description "This is new repository " --private
gh repo create new-repo --clone description "This is new repository " --public