Google News
logo
Git - Quiz(MCQ)
Which command defines the author email to be used for all commits by the current user.
A)
git email--amend
B)
git config --global user.email
C)
git clean -f
D)
git log --author=""

Correct Answer :   git config --global user.email

Advertisement