Initializing Git

Open a CMD window and navigate to your exercise folder, in my case C:\Users\student\Desktop\Exercise1>

I type the command

git init

to initialize the repo. Type the command

dir /a

to see hidden files.

If I type

cd .git 
dir

I can see the git files and directories.

Type

cd ..

to get back to Exercises1

Type

git –help

to see the available options.