Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the difference between the logical and physical view of branches?

0
Posted

What is the difference between the logical and physical view of branches?

0

Use Feature branches to improve the integration and stabilization of breaking changes across features. The following is an example of what your branch structure might look like after you have created Feature branches: • Development – Container for Feature branches • Feature A – Feature branch • Source • Feature B – Feature branch • Source • Feature C – Feature branch • Source • Main – Integration branch • Source • Other asset folders Keep the following recommendations in mind when working with Release branches: • When to branch: Feature teams often have source file overlap, thereby increasing the potential for build breaks and check-in conflicts. If you are experiencing these types of problems, consider feature branches for each feature to provide feature isolation. You can create these off a Main branch for small teams, or off Team branches for larger teams. • When not to branch: If you are only creating CI builds, or your daily builds are already predictably stable, you might not nee

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123