Beginner
Git & Version Control
Q26 / 100
What does "git config" allow you to do?
Correct! Well done.
Incorrect.
The correct answer is A) Set configuration values such as user name, email, default editor, and various Git behavior options
A
Correct Answer
Set configuration values such as user name, email, default editor, and various Git behavior options
Explanation
"git config" sets values like "user.name" and "user.email" (used to attribute commits) and other settings, at global (per-user) or local (per-repo) scope.
Progress
26/100