A systems administrator installed Git on a new workstation and wants to ensure all Git projects on this machine are initialized with the same username and email address. Which of the following should the administrator use to meet this goal? (Choose two.) A. git config --global user.name = ג€James Doeג€ B. echo 'email.addr = ג€jdoe@comptia.orgג€' >> .git/.gitconfig C. echo 'username' = ג€James Doeג€' >> .git/.gitconfig D. git config username = ג€James Doeג€ E. git config --global user.email = ג€jdoe@comptia.orgג€ F. git config email.addr = jdoe@comptia.orgג€ Suggested Answer: AE Community Answer: AE This question is in XK0-004 CompTIA Linux+ Exam For getting CompTIA Linux+ Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by CompTIA. Trademarks, certification & product names are used for reference only and belong to CompTIA. The website does not contain actual questions and answers from CompTIA's Certification Exams.
Please login or Register to submit your answer