Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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