A modification of skanev's gist, original found here: https://gist.github.com/skanev/9d4bec97d5a6825eaaf6
gem 'dirtycop'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dirtycop
$ dirty
- Fork it ( https://github.com/[my-github-username]/dirtycop/fork )
- 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 a new Pull Request