1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【GitHub】CLIツールのHubを使ってターミナルからリモートリポジトリを操作しよう

Posted at

概要

Githubでのよくやる操作(リポジトリ作成,プルリク作成,イシュー作成,ブラウザを開く)をターミナルからCLIを使って操作してしまう話

使うツール

Hub

Hubのインストール

shell
$ brew install hub

リポジトリ作成

shell
$ hub create

プルリク作成

shell
$ hub pull-request
//nanoエディターが開く
スクリーンショット 2019-06-14 12.22.00.png

Ctr+oでセーブ
Ctr+Xで終了する

イシュー作成

shell
$ hub issue create
//nanoエディターが開く
スクリーンショット 2019-06-14 12.28.01.png

ブラウザで開く

shell
hub browse --

Happy Hacking :sunglasses: !

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?