72
74

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をブラウザでフル活用する方法

Last updated at Posted at 2014-02-19

commitに移動する

ディレクトリに移動する

ファイルを表示する

historyを見る

git blameする

★commitに関連するissueとpull requestを見つける

version間のdiffを見る

commit historyを人で検索

★ショートカットを活用してページ移動

  • gc codeの画面に移動
  • gi issue画面に移動
  • gp pull request画面に移動
  • gc + w code画面からbranchを探せる
  • s 全レポジトリから検索
  • gi + c issueを作成

★インクリメンタルファイルサーチ

スクリーンショット 2014-02-19 11.07.39.png

hubを使う

  • https://github.com/github/hub
  • コマンドラインからgithubにアクセスできる
  • git browserとか便利
  • commandlineからbrowserのcurrent repogitoryに移動できる

github-cheat-sheet

最後に

  • ショートカットとブラウザのurlの構成を覚えて移動するのは便利!
  • blameとcommitsとtreeとblobの4つ覚えれば、どのバージョンのコードでも追えるので、cloneしてコード見なくてもgithubだけで、コード追いやすいです。
  • 問題のコードを発見した後に、issueを問題のあったcommit番号でsearchしてどのpull requestでmergeされたか確認。
72
74
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
72
74

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?