git - gitflow with two development environments -


is there recommended approach when working gitflow accommodate multiple dev environments production environment?

a project i'm working on has maintain production site along 2 development environments.

the first dev environment reflects changes relate the current live environment - these minor changes.

the second dev environment contains more significant changes , updates part of more long term project.

all 3 environments set local , remote hosting cover long term development, testing/sign off , live. aside i'm rolling out pipelines build test , deploy each branch.

thanks

although not strictly part of gitflow, "think" describing covered concept of support branches. these discussed here:

http://gitversion.readthedocs.io/en/latest/git-branching-strategies/gitflow-examples/#support-branches

this allow maintain both scenarios describe. i.e. continue use develop branch large ticket items, , update support branch minor changes, allowing push out changes quickly.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -