GH-900 · Question #45
GH-900 Question #45: Real Exam Question with Answer & Explanation
The correct answer is B: Git is a distributed version control system that runs on your local machineright. {"question_number": 3, "correct_answer": "B, C", "explanation": "Git is a distributed version control system that runs entirely on your local machine - no internet connection or external service is required (B). GitHub is a cloud-based platform that hosts Git repositories and pro
Question
You are explaining version control tools to a new team member. They ask whether they need GitHub to use Git. How would you clarify the difference between Git and GitHub? (Choose two.)
Options
- AGitHub is a command-line tool used to track code changes locally
- BGit is a distributed version control system that runs on your local machineright
- CGitHub is an online platform for hosting Git repositories and enabling collaborationright
- DGit and GitHub are the same and can only be used together
Explanation
{"question_number": 3, "correct_answer": "B, C", "explanation": "Git is a distributed version control system that runs entirely on your local machine - no internet connection or external service is required (B). GitHub is a cloud-based platform that hosts Git repositories and provides collaboration features like pull requests, issues, and code review (C). You can use Git completely without GitHub. GitHub is not a command-line tool (A), and the two are distinct, independent tools that can be used separately (D).", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.