Project

git-game

0.15
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
The git committer guessing game!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
 Project Readme

The git committer guessing game!

What is it?

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...)

Installation

Homebrew

brew install git-game

Download latest release

How do I play?

In any git repository, run:

git game

Need help?

In any git repository, run:

git game -h

to display the help message.

Difficulty

The game defaults to normal difficulty, try this for a challenge:

git game --hard

Extra options

If you'd like, you can select a subset of commits, for example; after August 8th 2014. Try:

git game --after={2014-08-08}

Most git log options are supported. See Git - git-log documentation

Requirements

  • Requires Ruby >1.8

"I can't get it to work", "It would be cool if you could...", etc.

Pull requests welcome!