Octopus merge
You're working on a data pipeline project where three independent feature branches (ingest
, transform
, and load
) need to be merged into the main
branch simultaneously.
Diese Übung ist Teil des Kurses
Advanced Git
Anleitung zur Übung
- Perform an octopus merge of the
ingest
,transform
, andload
branches into themain
branch, assuming you're already on themain
branch. - When the editor opens, leave the message as is and exit. You can exit by pressing the keys
CTRL
andX
at the same time.
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
