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.
Este exercício faz parte do curso
Advanced Git
Instruções do exercício
- Write the Git command to ensure that a fast-forward merge is performed while merging the
data-validation
branch into themain
branch. - Assume you're already on the
main
branch.
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
