Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

github create repo from terminal

gh repo create repositoryname --public
#to use gh install github cli 
#link for installation from differnet os
#https://cli.github.com/manual/installation
#if windows use
choco install gh
#after installation login to github using github cli
gh auth login
Source by cli.github.com #
 
PREVIOUS NEXT
Tagged: #github #create #repo #terminal
ADD COMMENT
Topic
Name
6+8 =