Programming and deploying a static site because I'm bored.
Git can be downloaded from: https://git-scm.com
Step 1:
Click "Clone or download" and then click the tiny clipboard icon next to the clone URL.
Step 2:
After you've got the clone URL, open your terminal/cmd and type
cd Desktop
.
Step 3:
Then, assuming your terminal/cmd is still open, type
git clone
and paste the URL you copied before, it should look like the following:git clone https://github.com/DudeVoid/static-site.git
.
You're all done!