Develop / Develop Branch — A Git branch used as the integration target during active development. Code merges into develop, then promotes to uat, then to main (production).

See also: UAT, Environment

Related