147k views
0 votes
Github is a code hosting platform for ____ and collaboration. It lets you and others work together on projects from anywhere.

O version control
O master
O merge
O Branching

1 Answer

5 votes

GitHub is a code hosting platform for version control (option A) and collaboration. It enables individuals and teams to work together on projects, providing tools for tracking changes, managing branches, and facilitating collaborative development from various locations.

GitHub is a code hosting platform primarily designed for version control and collaboration. Serving as a centralized hub for software development, it enables users to track changes, manage different branches, and work collaboratively on projects from anywhere. Through robust version control mechanisms, GitHub ensures seamless coordination among developers, allowing them to contribute to a project without conflicts.

It supports branching strategies, facilitating parallel development efforts and simplifying the merging process. GitHub's collaborative features make it an indispensable tool for modern software development, fostering efficient teamwork and providing a centralized repository where developers can collectively contribute to the success of a project.

The correct answer is option A.

User Hiren Varu
by
8.6k points