Answers for "from command line github repo"

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 "from command line github repo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language