Git/GitHub 4 : Branch and flow
This is a WCS quest.
- Creates a new repo named website-flow on GitHub by checking "Initialize this repository with a README".
- Clone the repo on your machine.
- Locally (= via Git), create a new branch called cheese and enter it.
- In your favourite text editor, edit the file readme (for example, by writing a list of your favourite pizza cheeses). -- Mozzarella btw :) --
- By making sure you're on the right track cheese commit your changes and push them to your GitHub repo.
- On GitHub, merge the branch cheese to the branch master via a pull request, then delete the cheese branch.
- As a solution to this challenge, share your GitHub repo link with /commits at the end