In Git, the _____ command is used to submit changes to the repository.
- add
- clone
- commit
- push
In Git, the "commit" command is used to submit changes to the repository. It records a snapshot of the changes you've made with a message describing what was done.
Loading...
Related Quiz
- In the context of incident response, what is the purpose of the recovery phase?
- Continuous _____ ensures that software changes are automatically tested and deployed to production environments.
- What is the primary purpose of using prototyping tools in software design?
- A team has documented the requirements for a new software application. However, upon review, several stakeholders provide conflicting feedback. How should the team proceed to resolve the discrepancies in the documented requirements?
- The _______ SDLC model is well-suited for projects where requirements are expected to change frequently.