Initialise GIT

git init ourfirstrepo

 Make a folder called 'ourfirstrepo' and sets up git in a folder called .git.

 

or

git init

makes a git folder called .git

 

 

Create your files

touch myfile.html