Google News
logo
Git - Quiz(MCQ)
What is the command to set the user email for the current repository?
A)
git config user.email
B)
git config email
C)
git email.user
D)
None of the above

Correct Answer :   git config user.email

Advertisement