BACK

Tutorial for Github

Github is a website where you can see code and share code, to start, create a github account. You can use your Google account or Apple account. Once you crate an account you need a username. To share your code you need a repository, if it's made in HTML it's possible to see the result of your HTML code with the URL

https://username.github.io/repository/

Use index.html if you want it to be loaded without the .html

So if you have /example.html you need to have example.html in the URL path, or use /example/index.html so the URL only needs to show example.

This is a tutorial on github so you will not be teached programming or coding or image editing or whatever. Use another tutorial for whatever I just mentioned that you want a tutorial use another tutorial.

There are many settings in github so I can't tell you about all of them, most of them I don't know how they work either.

For more help you can check the Github help page.

You can also have a profile picture and a status message.

Pull requests are like a seperate branch someone wants to merge into the main one, while pushing is to commit your changes to a branch.