LoginSignup
3
1

More than 3 years have passed since last update.

GitHub の便利機能メモ

Last updated at Posted at 2019-08-04

https://github.com/tiimgreen/github-cheat-sheet から個人的に厳選してメモ。

差分の比較

branch 間

https://github.com/ReactiveX/rxdart/compare/master...bloc-example

tag 間

https://github.com/ReactiveX/rxdart/compare/0.22.0...0.22.1

期間

差分の表示オプション

空白の無視

image.png

タブ幅の調節

https://github.com/mjibson/goon/blob/master/cache.go?ts=4

プレーンテキストで表示

https://github.com/ReactiveX/rxdart/compare/master...bloc-example.diff

特定ユーザーが author の PR, Issue を表示

https://github.com/flutter/flutter/issues?q=author:sensuikan1973

特定ユーザーの commit だけを表示

https://github.com/flutter/flutter/commits/master?author=sensuikan1973

短縮 URL

Git.io を使って生成できる。

ショートカットキー

? を押すとチートシートが出てくる。
image.png

commit

鉛筆 PR

image.png

コメントの diff を元に

image.png
image.png

コードの指定行を強調

Shift を押しながら2つの行をクリックして Copy permalink すればいい。
https://github.com/flutter/flutter/blob/beta/analysis_options.yaml#L35-L40

絵文字

チートシート検索サービス を見ると楽

3
1
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
3
1