Booking.com
Git 1 question
- #1Rebase Branch with Reversed Commit Order
You have a Git repository at
/home/interview/repowhere yourfeature-refactorbranch has four commits in the wrong logical order. The commits should be reversed (oldest to newest becomes newest to oldest) to make more sense for code review. You need to rebase this branch onto the latestmainbranch while reversing the commit order.