Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active December 21, 2018 02:57
Show Gist options
  • Select an option

  • Save YumaInaura/f605aee06d1d63e69e4a53c73228b5e4 to your computer and use it in GitHub Desktop.

Select an option

Save YumaInaura/f605aee06d1d63e69e4a53c73228b5e4 to your computer and use it in GitHub Desktop.
git – コミット名だけを一覧表示する (コミットのサブジェクト、コミットタイトル) ref: https://qiita.com/YumaInaura/items/32543d0c1488073ba275
git log --format=%subject
git log -5 --format=%subject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment