Skip to content

Instantly share code, notes, and snippets.

@rch850
Last active March 6, 2023 00:52
Show Gist options
  • Save rch850/a6e504131d41929c3577616e0c2ce640 to your computer and use it in GitHub Desktop.
Save rch850/a6e504131d41929c3577616e0c2ce640 to your computer and use it in GitHub Desktop.
よく使う tig のオプションなど

tig -S'hoge'

git log -p -S hoge 相当。捗る。

tig --first-parent

現在いるブランチへのマージコミットだけを列挙する。

# 指定したファイルに関するマージコミットだけを列挙する。
tig --first-parent -- path/to/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment