Skip to content

Instantly share code, notes, and snippets.

@shoyan
Last active December 16, 2015 21:39
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 shoyan/5500892 to your computer and use it in GitHub Desktop.
Save shoyan/5500892 to your computer and use it in GitHub Desktop.
今日のコミットを取得するやつ
REPO="$(git remote -v | grep 'fetch' | sed 's/origin.*://g' | sed 's/.git (fetch)//g')"; git log --pretty="%s \n https://github.com/$REPO/commit/%H" --author="Shohei Yamasaki" --since=1.days | sed 's/\\n/\
/g'; unset REPO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment