2019-02-16   git   github   hub 

GitHubのリポジトリをコマンドラインから生成する(hubを使う)

背景

問題

方法

詳細

$ brew install hub
$ mkdir sample-project
$ cd sample-project
$ git init
$ touch README
$ hub create -d "Sample Project" sample-project
github.com username: USERNAME
github.com password for USERNAME (never stored): xxxxxxxxxxxxxxxxxxxxxx
Updating origin
Enter passphrase for key '/Users/USERNAME/.ssh/id_rsa': yyyyyyyyyyyyyyyy
https://github.com/USERNAME/sample-project

ツイート

https://twitter.com/hyuki/status/1096624056843923457

参照

 2019-02-16   git   github   hub