If you plan on making modifications to the CE source, I recommend using forking CE and using your fork as a submodule: 1. Fork CE on github 2. Add your CE repo (not mine) as a submodule in your app: git submodule add git://github.com/YOUR_USERNAME/communityengine.gitvendor/plugins/community_engine git submodule init git submodule update 3. When you make changes to CE, commit them and push them to your repo (git push origin) 4. Send me a pull request
On Tue, Oct 20, 2009 at 11:23 PM, khelll <[email protected]> wrote: > > Hello, > > I'm using Community Engine in a project and I did few modifications on > the source itself. I want to share those changes with the team. > However i found myself managing 2 repos, one for the project and the > other for the plugin itself, and I feel I'm doing it the wrong way. > Any recommendations ? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
