I just had a curious thing happen. Something unexpected actually.
I was using MMT to update my working branch. There were limited sections of code modified. Just 2 pages and 2 Theme Components Content sections.
When the task was complete I can now merge these changes into the working/primary branch.
The merge was successful. Problem is, the merge also did some sort of update to other page templates. The initial indicator is that a note was added from the last PUSH operation. And it turns out that page started to fail. Looks like only the note was added as the only change. The owner of the branch reverted to previous version from history and it worked without an issue.
My understanding, merge will update the code sections that were different. Why would also update sections that weren't part of my changes? There are likely a few possibilities, but why would the merge update a code section that wasn't changed?
Scott
I was using MMT to update my working branch. There were limited sections of code modified. Just 2 pages and 2 Theme Components Content sections.
When the task was complete I can now merge these changes into the working/primary branch.
The merge was successful. Problem is, the merge also did some sort of update to other page templates. The initial indicator is that a note was added from the last PUSH operation. And it turns out that page started to fail. Looks like only the note was added as the only change. The owner of the branch reverted to previous version from history and it worked without an issue.
My understanding, merge will update the code sections that were different. Why would also update sections that weren't part of my changes? There are likely a few possibilities, but why would the merge update a code section that wasn't changed?
Scott
Comment