Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git create github repo

git init
git add .
git commit -m 'Initial commit'
gh repo create # => With the new GitHub CLI
Source by github.com #
 
PREVIOUS NEXT
Tagged: #git #create #github #repo
ADD COMMENT
Topic
Name
2+6 =