CompTIACompTIA
XK0-005 · Question #192
XK0-005 Question #192: Real Exam Question with Answer & Explanation
The correct answer is B: Create a new repository using `git init'. git-init - Create an empty Git repository or reinitialize an existing one git-config - Get and set repository or global options
System Management
Question
A Linux systems administrator is implementing Source Code Management for the web application server configuration files located in /etc/httpd/. Which of the following steps should the administrator perform FIRST?
Options
- AClone the remote repository using `git clone'
- BCreate a new repository using `git init'
- CRetrieve the remote changes using `git commit'
- DConfigure the directory for git using `git config'
Explanation
git-init - Create an empty Git repository or reinitialize an existing one git-config - Get and set repository or global options
Topics
#Git#Source Code Management#Linux Administration#Version Control
Community Discussion
No community discussion yet for this question.