Get startedGet started for free

Rebase

You're working on the flight data ETL pipeline project we've been developing.

Your current task is to enhance the data transformation module to handle new types of flight data. While you were working on your feature branch feature_transform, a colleague pushed an update to the data ingestion function on the main branch to accommodate a new data source.

To keep your feature branch up-to-date and maintain a clean project history, you need to rebase your changes on top of the latest main branch.

This exercise is part of the course

Advanced Git

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise