Could you please explain the best branching strategy for multi environment (5 environments: DEV, TEST, UAT, PREPROD, PROD) and multi teams working on same repo?
I prefer to have A,B,C/*,D/*, E/* for any repo. 2-3 liners which branch artifact will be preferred for deployment in different environments
is that correct? Please explain