Created
July 31, 2013 10:08
-
-
Save kaosf/6120884 to your computer and use it in GitHub Desktop.
Git で最新のコミットのコミットログの summary を取得 ref: http://qiita.com/ka_/items/f434fb7ce1334ac54930
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 -1 --oneline | cut -b 9- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment