Last active
December 21, 2018 02:57
-
-
Save YumaInaura/f605aee06d1d63e69e4a53c73228b5e4 to your computer and use it in GitHub Desktop.
git – コミット名だけを一覧表示する (コミットのサブジェクト、コミットタイトル) ref: https://qiita.com/YumaInaura/items/32543d0c1488073ba275
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git log --format=%subject |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git log -5 --format=%subject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment