Skip to content

Instantly share code, notes, and snippets.

@ics-nohara
Created January 13, 2015 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ics-nohara/81edd8c8adbd8b15a12e to your computer and use it in GitHub Desktop.
Save ics-nohara/81edd8c8adbd8b15a12e to your computer and use it in GitHub Desktop.
今日のGItのコミットログを表示する(SourceTreeカスタム操作用 - カスタム操作登録時に「フル出力を表示する」にチェックを入れておく)
#!/bin/sh
git log --author=ics-nohara --since=yesterday --format='- %s' --date=iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment