Just installed GitHub for Windows and have done the configuration part by typing in
$ git config --global user.name "<Your Name>"
$ git config --global user.email "<youremail@example.com>"
with my name and email entered in the proper place.
The problem is when I try to verify it using the command
git-it verify
I am getting an error saying git-it: command not recognized
.
Could any of you tell me how to fix this??
EDIT: I think I should also add that when I give the command git --version it shows the version as git version 2.7.1.windows.1 Doesnt this mean that git is already installed??