Skip to content

Instantly share code, notes, and snippets.

@markburns
Last active January 20, 2017 14:52
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 markburns/4fe6e2941b681337849efdbdb2a432a4 to your computer and use it in GitHub Desktop.
Save markburns/4fe6e2941b681337849efdbdb2a432a4 to your computer and use it in GitHub Desktop.
git-expert () {
git log --all $1 | sed "s/.*\[\(.*\)\].*/\1/g" 2>/dev/null | sort | uniq -c | sort -r
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment