Skip to content

Instantly share code, notes, and snippets.

@lotsofcode
Created April 3, 2012 17:26
Show Gist options
  • Save lotsofcode/2293887 to your computer and use it in GitHub Desktop.
Save lotsofcode/2293887 to your computer and use it in GitHub Desktop.
Find unique commits by author
git log --pretty=format:'%s' --author=Luke | grep -v "Merge branch" | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment