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.
This exercise is part of the course
Advanced Git
Exercise instructions
- Perform an octopus merge of the
ingest,transform, andloadbranches into themainbranch, assuming you're already on themainbranch. - When the editor opens, leave the message as is and exit. You can exit by pressing the keys
CTRLandXat the same time.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise