GitHub trivia

GitHub Mini Quiz

Test your knowledge with these top questions!

Question 1

GitHub stores millions of open-source repositories in an Arctic vault to achieve what goal?

GitHub placed a massive, durable archive of open-source code in an Arctic mountain vault in Svalbard to preserve software for future generations in the event of a global catastrophe.

Question 2

Programmers on GitHub fork an existing software repository to do what?

Forking a repository on GitHub creates a personal copy of someone else's project, allowing developers to freely experiment without affecting the original project.

Question 3

GitHub developers open a pull request to ask project maintainers to do what?

A pull request is a formal request on GitHub asking the original project maintainers to review and merge a developer's newly written code into the main project.

Question 4

The GitHub Pages service allows coders to bypass traditional web hosting to do what?

GitHub Pages provides a simple, free way for developers to host static HTML, CSS, and JavaScript websites directly from a GitHub repository.