I just ran the following commands on my Ruby on Rails project:
git init git add . git commit -a -m \'Initial\'
Where does Git actually stor
If you are looking for where the project folder was created. I noticed when I typed in the git bash.
$ git init projectName
it will tell me, where the project folder is for that project.