Which tool is commonly used by developers for managing code repositories and facilitating collaboration among team members?
- Eclipse
- GitHub
- MySQL
- Sublime Text
GitHub is a widely adopted tool for managing code repositories and fostering collaboration among team members. It provides a platform for hosting Git repositories, along with features like pull requests, issues, and discussions, making it a central hub for collaborative software development.
Loading...
Related Quiz
- The indexOf() method in JavaScript returns the position of the first occurrence of a specified _______ within a string.
- The "Timeline" tab in Browser Developer Tools provides insights into the _______ of web page rendering.
- The "Console" tab in Browser Developer Tools is used for logging _______ messages.
- In a web application, you want to fetch data from an external API asynchronously. Which JavaScript feature would you use for this purpose?
- You're working on a team project, and your feature branch diverged significantly from the main branch. Which Git command would you use to integrate your changes without creating a messy merge history?