Welcome to this homework for our MOOC: Let's Git! We hope you will learn a lot and have fun working on it.
In this homework, you will create a website about your favorite character from a movie or a book. Here are two examples: Example 1 and Example 2. This exercise will practice you in using the Github Flow but you will see this when doing the individual tasks.
To start the task, simply follow these steps:
sanjsp.github.io
. Other than that the repository should be public. Nothing else needs to be changed. Click on "Create repository from template" to create the repository.git clone (URL of the repository)
. My command would look like this git clone https://github.com/SanJSp/sanjsp.github.io.git
sanjsp.github.io
. There you will currently find an error 404. This will resolve itself after a few minutes (up to 20). Therefore you should see changes after you have finished your first exercise!The website changes every time a new commit has been made to master. So it will only show the version of the website on the master branch, changes on other branches will not be visible on the website. If you want to see the changes you have made to your feature branch, look on GitHub at the index.md file in your repository on your feature branch (switch branches in the top left corner). The markdown is automatically generated there and you can see what did not work like you wanted it to.
Have fun and good luck with this exercise!