git - Can I create new repository on github.com by shell command? -


now if want create new repository on github.com, have create on website github.com. can create new 1 on local machine shell command?

there several cli tools github. 1 of more famous hub, written in go. how remotely create new github repo shell it:

$ git init $ git add . && git commit -m "it begins." $ git create -d "description goes here" # (creates new project on github name of current directory) $ git push origin master 

Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -