git init will not create git directories for me

后端 未结 8 1348
北荒
北荒 2020-12-31 19:06

I am new to Git. I can get a Git directory structure in a bare directory with git -init --bare. I can see where the git information is stored.

However, w

8条回答
  •  时光取名叫无心
    2020-12-31 19:38

    On Windows, git init may create a hidden .git folder. Go to Organize --> Files and Search Options --> and then check Show Hidden Files. That will unveil the .git folder.

提交回复
热议问题