Which of the following commands did the engineer fail to perform?

Posted by: Pdfprep Category: XK0-004 Tags: , ,

An engineer is working on a production application deployment that requires changing a web application property file called server.property that is managed by the Git version control system. A cloned copy of the remote repository in which the server.property file exists is on the local desktop computer. The engineer makes appropriate changes to the files, saves it as server.property, and executes git commit Cm “changed the property file” server.property.

Which of the following commands did the engineer fail to perform?
A . git init server.property
B . git merge server.property
C . git add server.property
D . git push server.property

Answer: D

Explanation:

Reference: https://www.earthdatascience.org/workshops/intro-version-control-git/basic-git-commands/

Leave a Reply

Your email address will not be published.