Universal Containers (UC) is developing a custom Lightning Platform application. The following tools are used for development: the Force.com IDE for developing apps, Git as a source control system and a Git repository, and the Force.com Migration Tool for updating sandboxes from source control.
UC’s current branching strategy calls for two main branches:
1) Master
2) Develop
Three supporting branches:
1) Feature
2) Release
3) Hotfix
Consider that the branching strategy is in parallel as follows:
Feature | Develop | Release | Hotfix | Master
What is the recommended practice strategy that Developers should adopt for development?
Comments