I'm new to programming and I'm having trouble understanding git init
command. For example, when I type git init
on my terminal I get a return like this:
Initialized empty Git repository in /Users/JohnDoe/Documents/.git/
What is this exactly? Am I creating a new folder for git projects? Am I doing nothing? Or am I turning my entire Documents directory into a repository?