Answers for "what is merge strategy?"

0

what is merge strategy?

<< 

A merge happens when combining two branches. 
Git will take two (or more) commit pointers 
and attempt to find a common base commit between them.
Git has several different methods to find a base commit, 
these methods are called "merge strategies". 

>> Source: Atlassian
Posted by: Guest on March-10-2022

Browse Popular Code Answers by Language