Confirmed users
4,971
edits
| Line 24: | Line 24: | ||
* When working on a project branch, the code/pull/integrate/merge workflow allows for granular changes to code that is internally consistent + working. | * When working on a project branch, the code/pull/integrate/merge workflow allows for granular changes to code that is internally consistent + working. | ||
** Following multiple heads as your source, where one of the heads is outside of your team's control, creates a moving target that breaks this model. | ** Following multiple heads as your source, where one of the heads is outside of your team's control, creates a moving target that breaks this model. | ||
*** It adds a layer of complexity to determine why something broke | |||
*** Forces integration at times which may not be convenient or even possible for your team | |||
** The fastest way to restoring this model is to merge mobile-browser in. | ** The fastest way to restoring this model is to merge mobile-browser in. | ||