Merging changes
If multiple changes are done to the same code the process of selecting which changes to take is called merging.
Change could be done to the same file, but to different parts of that file. In that case merging of these changes is an easy process. However if changes are done to the same section of code, such changes require detailed analysis. Maybe changes by one person are better that changes which had been done by another one and such changes need to be selected, however there can be a case, when one person had thought of one case and another one had thought of another case. In this case such changes need to be merged. Merging of changes means keeping both changes.
Comments
Post a Comment