GH-900 · Question #96
GH-900 Question #96: Real Exam Question with Answer & Explanation
The correct answer is C: Git. GitHub, launched in 2008, is a web-based platform built on top of Git. Git is a version control system that tracks file changes and GitHub is a platform that allows developers to collaborate and store their code in the cloud. Think of it this way: Git is responsible for everythin
Question
Which version control system is GitHub built on top of?
Options
- ASubversion
- BMercurial
- CGit
- DPerforce
Explanation
GitHub, launched in 2008, is a web-based platform built on top of Git. Git is a version control system that tracks file changes and GitHub is a platform that allows developers to collaborate and store their code in the cloud. Think of it this way: Git is responsible for everything GitHub-related that happens locally on your computer. https://github.blog/developer-skills/programming-languages-and-frameworks/what-is-git-our- beginners-guide-to-version-control
Topics
Community Discussion
No community discussion yet for this question.