Flagit
Flag it. Flag your commit. Share your knowledge and progress, bit by bit.
An easy way to share your progress right after that commit you are proud of and want everyone to see.
Installation
gem install flagit
Configuration
Twitter API v1.1 requires you to authenticate via OAuth, so you'll need to register your application with Twitter. Once you've registered an application, make sure to set the correct access level, otherwise you may see the error:
Read-only application cannot POST
Your new application will be assigned a consumer key/secret pair which you will be prompted when using flagit for the first time. After providing flagit with those keys you will be redirected to Twitter in order to get your authentication PIN.
Example
Example made with Glorious Demo by Rafael Camargo (github twitter)