Skip to content

Instantly share code, notes, and snippets.

@itsmattsoria
Created October 17, 2016 22:37
Show Gist options
  • Save itsmattsoria/de6bf11d1195ecb743cb8f912fb7d8d3 to your computer and use it in GitHub Desktop.
Save itsmattsoria/de6bf11d1195ecb743cb8f912fb7d8d3 to your computer and use it in GitHub Desktop.

Daily git log command by Nate Beaty:

git log --author=Nate --since=1.day.ago --all-match --format='%s' | tail -r | paste -s -d : - | sed -e 's/:/; /g' | pbcopy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment