Best practice to create branches in VBS with in one workspace for multiple requirements in DEV
Summary:
Advise on the best practice to create branches in VBS when one developers are working on multiple requirements.
Content (please ensure you mask any confidential information):
I always have challenges with branches and appraoch. Create multiple branch for specific function for example requirement 1 - Personalization of Family and Emergency Contacts (2) hiding buttons for Add Absence
Branches for instance.
DEV
QE
UAT
PROD
Requirement1 - Personalization of Family and Emergency Contacts - Developer1
Created Branch - T2_Family_Emergency from PROD Branch
Made code changes and Deployed to DEV for Unit Testing
Requirement2 - Hide Save and Close button for Add Absence Page Developer1