Take a photo or gif of yourself on each commit, and share it on commitphotos.com.
$ gem install commitphotos
$ 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.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request