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.
git -init --bare
However, w
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.
git init