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 -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

swift - Button on Table View Cell connected to local function -