The last chapter introduced us to the wonderful world of Merge Requests. You should know what their use is and why it is a good idea to use them. Even if they are a fairly simple concept to grasp, they also come with some shortcomings that are hard to ignore.
You are mostly done with your journey; you’ve come a long way. But there are still things that you need to learn before continuing your path all by yourself. You need to learn what problems you’re going to have along the way. We are going to talk about those problems in this chapter. First, we will re-review how branch merging works, ...