nerdexam
CompTIA

CV0-004 · Question #357

Which of the following commands allows a developer to save changes in the remote repository?

The correct answer is A. git push. git push uploads local repository changes to the remote repository, saving them so others can access the updated code.

DevOps fundamentals

Question

Which of the following commands allows a developer to save changes in the remote repository?

Options

  • Agit push
  • Bgit fetch
  • Cgit pull
  • Dgit commit

How the community answered

(44 responses)
  • A
    93% (41)
  • B
    5% (2)
  • C
    2% (1)

Explanation

git push uploads local repository changes to the remote repository, saving them so others can access the updated code.

Topics

#Git#Version Control#Remote Repository#Source Code Management

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice