Force fast-forward merge
You've completed work on a feature branch named data-validation and want to merge it into the main branch using a fast-forward merge.
Cet exercice fait partie du cours
Advanced Git
Instructions
- Write the Git command to ensure that a fast-forward merge is performed while merging the
data-validationbranch into themainbranch. - Assume you're already on the
mainbranch.
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
Commencer l’exercice