Task 1: Header
PlanningImplementationOpen a Pull RequestRequest a reviewPR is approvedMerging the PRUpdate the local repositoryGit theory
Merge vs. Squash MergeTask 2: Footer
PlanningImplementationThe FixContinue with footerChange RequestsUpdate the local repositoryTask 5: Bottom Section (continued)
Incorporate changesRebaseDouble-checkForce PushInteractive RebaseAnother PRMerge ConflictsFinal RebaseResolving the ConflictsUncovering a ProblemRecap
Final WordsUpdate the local repository
Task 2: Footer
At this point, the footer PR should be merged. You may not have realized but we already started another round on the roadmap.
We requested a new review and ooloo-bot
already approved. That means we're again on the right side of the roadmap. She didn't request any changes and we already merged the branch.
So the next step on the roadmap is pull main.
The changes from the footer
branch are inside the main
branch on GitHub but not in our local repository yet.
So go ahead, checkout the main
branch and pull the latest changes. When you have a look at the history you should see two new commits on main
: one for the header fix and one for the footer.
Once you're done, it's time for the next task: the content container.