Which collaboration tool allows developers to create and maintain their own repositories, as well as contribute to open-source projects hosted by others?
- GitHub
- Bitbucket
- GitLab
- SourceForge
GitHub is the correct option. GitHub is a widely-used platform that allows developers to create and manage their repositories. Moreover, it serves as a hub for collaborative development, enabling contributions to open-source projects hosted by others.
Loading...
Related Quiz
- How does Gitflow handle hotfixes compared to GitHub Flow?
- One way to reduce the frequency of merge conflicts in Git is by regularly _______ branches with the main development branch.
- TDD encourages developers to write _______ tests to cover different aspects of the software.
- You're working on a project with multiple team members. Two developers have made conflicting changes to the same function in different branches. How would you approach resolving this merge conflict?
- What is the purpose of the HTTP PATCH method in RESTful APIs?