Disable Fast Forward Merging

# Introduction <div class="alert alert-warning" role="alert"> <p>🧑‍💻 New to Git or LabEx? We recommend starting with the <b><a style="color: unset;text-decoration: underline;" href="https://labex.io/courses/quick-start-with-git" target="_blank">Quick Start with Git</a></b> course.</p> </div> Git is a powerful version control system that allows developers to collaborate on projects efficiently. One of the features of Git is fast forward merging, which allows Git to automatically merge branches that have no divergent commits. However, this feature can sometimes cause issues, especially when working on larger projects with multiple contributors. In this challenge, you will learn how to disable fast forward merging by default.

|60 : 00

Click the virtual machine below to start practicing