Understanding GIT branching and changed file on Merge request
Summary:
Hi.
We are having some issues with our GIT Branching and merging the changes to other instance. we got
vbs_dev = Dev instance
vbs_sit = Test Instance
vbs_prod= Prod Instance (latest PROD code)
and we have project specific branches such as NHP-HireFlow and NHP-Absence flow etc where different developers are working on those.
Approach we are following and the issues we are facing
- when we are creating NHP branch we are taking vbs_prod as base branch and making our project changes on top it and later merging the project branch to vbs_dev, vbs_sit and then to vbs_prod. Is it a correct approach ?
Tagged:
0