What is the purpose of a version control system like Git?
- To track changes
- To manage code
- To automate testing
- To write comments
Option 1: Version control systems like Git are used primarily to track changes made to files in a project. This enables developers to collaborate effectively, revert to previous versions if needed, and manage code history.
Loading...
Related Quiz
- A company's website is experiencing frequent SQL injection attacks. How would you advise the development team to mitigate this security risk?
- Which protocol is responsible for resolving domain names to IP addresses?
- What is the role of middleware in Express.js, a popular framework for Node.js?
- How do Kanban and Scrum differ in their approaches to Agile project management?
- To efficiently insert a node after a given node in a linked list, we need to update the ___________ pointers.