The following will not update the live version of the website:
- Clone the repository
- Test your changes opening the index.html file directly with your browser or use any HTTP server
- Commit and push
To update the live version of the website, you can use the following:
git checkout gh-pages
git merge origin/master