Quiz
Test your knowledge with the following questions:
- What is the purpose of inviting friends to your GitHub project?
- To make the project private
- To collaborate and contribute to the project
- To view the project without editing
- To compete in coding challenges
Answer: B. To collaborate and contribute to the project
- Issues in GitHub are used to track and discuss problems within a project.
- True
- False
Answer: A. True
- In GitHub, “__________” are used to show your part of a project to the group for feedback.
Answer: pull requests
- Why is it important to discuss and find solutions to issues in GitHub?
Answer: It helps in identifying, tracking, and resolving problems in a project, ensuring smooth collaboration and progress.
- What can you use to share and discuss ideas with your team on GitHub?
- Emojis
- Issues and pull requests
- Direct messages
- Profile pictures
Answer: B. Issues and pull requests
- You can use GitHub to work on coding projects alone, without any collaboration...