-
Notifications
You must be signed in to change notification settings - Fork 63
Using your own fork of Cells and Apotomo in your Rails project
Fork us!
There are lots of good reasons to want your own fork of Cells and Apotomo — to have a version to call your own that you can use in your projects, that you can control updates to by pulling patches from other forks, and to have a place that you can contribute your own bug fixes and improvements that can be pulled into the canonical versions, etc. So, here is how.
First, fork the projects from apotonick’s repositories. This will require that you have a Github account, natch. From http://github.com/apotonick/cells and http://github.com/apotonick/apotomo, press the “fork” button next to the repository name.
Next, assuming you have a Rails project called “better_than_django”, you would step into the vendor/plugins subfolder, and do this:
For a very good tutorial on submodules, go here (thanks, Winston!): http://woss.name/blog/2008/4/9/using-git-submodules-to-track-plugins.html