CompTIACompTIA
XK0-005 · Question #1301
XK0-005 Question #1301: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #1301. The question stem and answer options stay visible for context.
System Management
Question
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.)
Options
- Agit config --global user.name = "James Doe"
- Becho 'email.addr = "[email protected]"' >> .git/.gitconfig
- Cecho 'username' = "James Doe"' >> .git/.gitconfig
- Dgit config username = "James Doe"
- Egit config --global user.email = "[email protected]"
- Fgit config email.addr = [email protected]"
Unlock XK0-005 to see the answer
You've previewed enough free XK0-005 questions. Unlock XK0-005 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Git#Configuration#Version Control#CLI