Commitphotos

Take a photo or gif of yourself on each commit, and see it on commitphotos.com.

Installation

$ gem install commitphotos

Usage

$ commitphotos install (--global) (--video)

The --global option will install commitphotos on all future git repo initializations, clones, etc.

The --video option will upload two-second gifs instead of still images.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request