Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.44 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.44 KB

website

Source for 57North Hacklab's website. The website can probably be found at https://57north.org.uk/

History

Not sure really, think it was just an off the shelf pile of CSS and PHP. It was created some time before 2015.

What's going on

Some handy links to help see what's new here:

Libraries used

Git cheatsheet

Clone the repo from github to local...

git clone [email protected]: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