Answers for "github create repo terminal"

1

github create repo from terminal

git init -b main
Posted by: Guest on September-28-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 "Shell/Bash"

Browse Popular Code Answers by Language