Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created July 31, 2013 10:08
Show Gist options
  • Save kaosf/6120884 to your computer and use it in GitHub Desktop.
Save kaosf/6120884 to your computer and use it in GitHub Desktop.
Git で最新のコミットのコミットログの summary を取得 ref: http://qiita.com/ka_/items/f434fb7ce1334ac54930
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