Last active
August 29, 2015 14:01
-
-
Save tsnow/9c6eae723b89a8d1df67 to your computer and use it in GitHub Desktop.
All your commit messages on github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install github_api; ruby -rgithub_api -e 'g=Github.new(:basic_auth => %(USERNAME:PASSWORD)); puts g.repos.list.map{|i| g.repos.commits.list(:repo => i.name, :author => %(USERNAME), :user => i.owner.login).map{|j| j.commit.message }}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://golang.org/doc/codewalk/markov/