Quoting Fritzek <[EMAIL PROTECTED]>:
> 
> Hi
> I have a private repo which includes a rails plugin as a submodule. to
> contribute to the plugin by adding some stuff (e.g. translations etc.)
> I want to change the code set in my local repo, push it to github and
> give a pull request to the plugin/submodule holder. How can I do this?
> thanks in advance

I would suggest you fork the plugin and then use your fork as the
submodule in your app. That way you can have the plugin code public
while your app code remains private. That is what I do for plugins I
want to extend.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GitHub" 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/github?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to