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 a .git directory in the root of the project. Unlike some other version control systems, notably CVS, there are no additional directories in any of the subdirectories.