Gitcopier

Sometime, you work for a Rails project but its front end is adopted from other repositories (such as separated repository from a front end developer who is not familiar with Rails) and you need to integrate front end changes to the project. You need to see what files were changed, copy them accordingly. This gem will help you do the job really fast.

Installation

Add this line to your application's Gemfile:

gem 'gitcopier'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gitcopier

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/tranvictor/gitcopier/fork )
  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 a new Pull Request