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 WordsPlanning
Task 1: Header
As you probably remember we have 5 tasks to implement in total:
- Header
- Footer
- Content Container
- Top Section
- Bottom Section
The first task is to implement the header as you can see in this image.
Fair enough. Shouldn't be too complicated.
But what are we supposed to do in the context of the GitHub flow? That's where the roadmap you saw earlier comes in. Let's start by taking a look at it and getting some orientation.
Now it's your turn
Where are we on the roadmap? Try to answer the following questions:
- Which path will we take on the roadmap to implement the header?
- What is the next Git command we will use?
Got the answers?
Next: Implementation