QuestionQ5

Services and User Management

A DevOps engineer must create a local Git repository. Which command should the engineer use?

  • A git init
  • B git clone
  • C git config
  • D git add
Explanation

git init initializes a new Git repository in the current directory, creating the repository metadata needed for local version control.

Community Discussion

No comments yet. Be the first to start the discussion!