Intern
What does the 'git init' command do?
sobes.tech AI
Answer from AI
Creates a new empty Git repository or reinitializes an existing one, creating a hidden .git directory in the root of the project containing all the necessary repository files (objects, refs, etc.).