Beginner Git & Version Control
Q2 / 100

What does the "git init" command do?

Correct! Well done.

Incorrect.

The correct answer is B) Initializes a new, empty Git repository in the current directory

B

Correct Answer

Initializes a new, empty Git repository in the current directory

Explanation

"git init" creates a new ".git" subdirectory in the current folder, turning it into a Git repository that can begin tracking file changes.

Progress
2/100