I am a beginner in using Rails and Git I have InstantRails installed and created an app by:
$ rails myapp
It created all the necessary files. I went to the directory,
$ cd myapp
then I tried initializing git
$ git init
but it said : 'git' is not recognized as an internal or external command, operable program or batch file.
So I figured I might not have git installed. (Although I do have the Git Bash installed already.)
So I tried installing the gem
$ gem install git
Then it successfully installed, or so it seems.
But the same thing still happens.
I really need help. I'm getting confused. This is all new to me. :)