Where does Git store files?

前端 未结 10 1159
花落未央
花落未央 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:46

    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.

提交回复
热议问题