You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My developers are terrible at keeping their feature release branches up to date with changes made to the production branch after they have created their feature release branch. Could I use this tool to automate these merges.
Example, we have our production branch which is the default and compare branch called "PROD".
Developer X creates a new feature release branch called "X" as a copy of "PROD".
Developer Y creates a new feature release branch called "Y" as a copy of "PROD".
Developer Y finished their work first and merges their branch "Y" into branch "PROD".
My question is, would this extension be able to automatically perform a merge request of "PROD" to branch "X"?
The text was updated successfully, but these errors were encountered:
My developers are terrible at keeping their feature release branches up to date with changes made to the production branch after they have created their feature release branch. Could I use this tool to automate these merges.
Example, we have our production branch which is the default and compare branch called "PROD".
Developer X creates a new feature release branch called "X" as a copy of "PROD".
Developer Y creates a new feature release branch called "Y" as a copy of "PROD".
Developer Y finished their work first and merges their branch "Y" into branch "PROD".
My question is, would this extension be able to automatically perform a merge request of "PROD" to branch "X"?
The text was updated successfully, but these errors were encountered: