What is Git used for in web development?

What is Git used for in web development?

a) Managing server configuration
b) Handling front-end styling
c) Version control and collaboration on code
d) Database management

Answer:

c) Version control and collaboration on code

Explanation:

Git is a version control system that allows developers to track changes to code, collaborate with others, and revert to previous versions if needed.

Reference:

Full Stack Web Development Quiz – MCQ Questions and Answers

Scroll to Top