Development
Development of the application or web modules start with the creation of a feature branch (for example, feature/12345). The feature branch can be shared between multiple developers or handled by a single developer. If the feature branch is being worked on by multiple developers, user branches can be created following a similar convention along the lines of user/<user identifier>/<feature id> (for example, user/cbilgin/12345). Once each developer is done with their implementation, a pull request can be executed on the main feature branch.
An important factor for determining the health of a feature branch is the commit differences between the development branch and the feature branch. Ideally, the feature branch should always be ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access