Examples of using Merge commit in English and their translations into Dutch
{-}
- 
                        Colloquial
                    
 - 
                        Official
                    
 - 
                        Ecclesiastic
                    
 - 
                        Medicine
                    
 - 
                        Financial
                    
 - 
                        Computer
                    
 - 
                        Ecclesiastic
                    
 - 
                        Official/political
                    
 - 
                        Programming
                    
 
Merge commits are no different.
Determine which are not merge commits C2, C3, C4.
Merge commits are no different.
Preventing the display of merge commits.
So what if there was a messy series of merge commits?
To prevent the display of merge commits cluttering up your log history, simply add the log option--no-merges.
This syntax is only useful for merge commits, which have more than one parent.
This syntax is only useful for merge commits, which have more than one parent.
such as templated commit  messages, merge commits, squashed commits, 
a fetch will bring down the new merge commits, making the commit  history look like Figure 5-14.
that TFVC doesn't think this way, and if you push merge commits your history will start to look different on both sides,
it's possible that a sizable percentage of the commits  in your log history are just merge commits, which typically aren't very informative.
you don't want to have a bunch of intermediate merge commits cluttering up your commit  history.
will merge  cleanly but don't want to have a bunch of intermediate merge commits.
such as templated commit  messages, merge commits, squashed commits, 
merge,">creating a merge commit even if a fast-forward merge  was possible.
every time you hit the merge  button, a merge commit is created.
a fetch will bring down the new merge commit, making the history look like this.
It will record a new merge commit with both branches as parents,
a real merge  happened, without actually making a merge commit.