If you have a simple website (some Javascript with CSS and HTML) and you're looking for a place to host it for free, GitHub is not a bad choice. You have the option of hosting without a custom domain (username.github.io/repository) or you can use your own custom domain (example.com). This guide assumes that your personal…Read more How to host your website on GitHub Pages with a custom domain
Git
Git cheat guide
A great way to share and use opensource code is through GitHub. Here are some tips on getting started. How to update remote Github with changes from local copy Creating a Github repository is fairly straightforward. Once this is cloned to a local location, you will want to synchronise any changes. To synchronise the remote…Read more Git cheat guide