In the git game, you guess who made a commit to your team's repo based on their commit message:
The goal is to get the longest streak! (It's harder than you think...)
- Download the
git-game
executable - Put it somewhere on your PATH (like /usr/local/bin)
- Then, in any git repository, run
git game
- (If you'd like, you can select a subset of commits, for example,
git game --after={2014-08-08}
. For more options, see http://gitref.org/inspect/.)
- Requires Ruby >1.8
Pull requests welcome!