LoslegenKostenlos starten

Recursive merge

You're working on a feature branch etl-update, but the main branch has progressed. You want to ensure a merge commit is created even if a fast-forward is possible. We want to ensure that the commit history of the etl-update branch is preserved and reflected in the main branch history.

Diese Übung ist Teil des Kurses

<Kurs>Advanced Git</Kurs>
Kurs ansehen

Übungsanweisungen

  • Write the Git command to perform a recursive merge of the etl-update branch into the main branch, forcing a merge commit.
  • When the editor opens, leave the message as is and exit. You can exit by pressing the keys CTRL and X at the same time.

Interaktive praktische Übung

Verwandle Theorie mit einer unserer interaktiven Übungen in die Praxis

Übung starten