Source for 57North Hacklab's website. The website can probably be found at https://57north.org.uk/
Clone the repo from github to local...
git clone https://github.com/hackerdeen/website.git
...or...
git clone https://github.com/YourGithubUsername/website.git
Add a file...
git add dist/blah.php
Commit...
git commit -m "updates"
Commit...
git commit -a -m "udates"
Send updates to master...
git push -u origin master
Get updates from master...
git fetch origin
git pull