Answers for "create a new github repo from command line"

0

github create repo from terminal

gh repo create project-name
Posted by: Guest on November-09-2021
0

how to create a github repo on linux command line

curl -i -H 'Authorization: token <your_token>' -d '{"name":"csreNewProj"}' https://api.github.com/user/repos
Posted by: Guest on January-10-2021

Code answers related to "create a new github repo from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language