Last active
December 21, 2018 09:30
-
-
Save YumaInaura/a9170d5992e49d40a7550412307cca8c to your computer and use it in GitHub Desktop.
git – コミット名だけを一覧表示する (コミットのサブジェクト、コミットタイトル) ref: https://qiita.com/YumaInaura/items/a2a093a5a02404c2c75d
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=%s |
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=%s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment