Do we have Branching Statergy for Apigee

abiram8
Participant IV

We have Apigee Apigee SaaS newly onboarding and require any detailed Branching strategy which need to be followed.

Another system frontend/backend system uses a certain branching strategy but from apigee SaaS (newly onboarding) do we follow same ? and any best practices on branching strategy documented ?

1 4 275
4 REPLIES 4

sillan_dt
Participant IV

Can you explain more on what you mean by branching strategy?

I think he wants to know best practices on how to manage the branches, e.g. > for each Proxy new branch, or sub-branch, new repo, etc.

sillan_dt
Participant IV

We have used separate repo for each proxy and branch as per the revision.

Also another scenario we have used where in one repo each proxy will have its own branch.

It depends upon the requirement of the service owning team.

optimism
Participant V

Hi, @abiram8 

I'm using the master branch & once I receive any task, I create a new feature branch out of the ongoing master one. As soon as the task is resolved or any other requirement to merge, I merge the feature branch to the master branch. 

Does anyone have any suggestions for the further improvement, please?

thanks, regards,