CompTIA Cloud+ (CV0-004) — Question 5
Once a change has been made to templates, which of the following commands should a cloud architect use next to deploy an IaaS platform?
Answer options
- A. git pull
- B. git fetch
- C. git commit
- D. git push
Correct answer: C
Explanation
The correct answer is C, 'git commit', as it is used to save changes to the local repository after modifying the templates. Options A and B are related to updating the local repository from a remote one, while D, 'git push', is used to send committed changes to a remote repository, which should occur after the commit.