git - What's the best practice to create an enterprise version of the community project and sync up code with community project? -


there community project has master branch development, , want make copy of our version.

we want add our private code our version of project , want rebase/merge community code our version.

(the private code not useful community , community not accept private code)

the rules are:

  1. all bugfix patches submit community master branch.

  2. all feature patches first submit community master branch, if not accepted, submit our repo.

so, how handle case? what's best practice create enterprise version of community project , sync code community project?

thanks.

=============================

enter image description here


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -