Where does Git store files?

前端 未结 10 1125
花落未央
花落未央 2020-12-08 09:15

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

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 09:34

    In the root directory of the project there is a hidden .git directory that contains configuration, the repository etc.

提交回复
热议问题