~$ git init example
    ~$ cd example
    ~$ git add index.html
    ~$ git commit -m "yo"
    ~$ git push