Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create a repo gh

# create a repository under your account using the current directory name
$ gh repo create

# create a repository with a specific name
$ gh repo create my-project

# create a repository in an organization
$ gh repo create cli/my-project
Source by cli.github.com #
 
PREVIOUS NEXT
Tagged: #create #repo #gh
ADD COMMENT
Topic
Name
6+6 =