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
In the root directory of the project there is a hidden .git directory that contains configuration, the repository etc.
.git