Exam GitHub-Foundations Topic 4 Question 65 Discussion
Actual exam question for GitHub's GitHub-Foundations exam
Question #: 65
Topic #: 4
Question #: 65
Topic #: 4
What is a gist?
Suggested Answer: B Vote an answer
A gist on GitHub is essentially a Git repository, albeit a simplified one, designed for sharing snippets of code, notes, or other text content. Gists support version control and can be public or secret.
* Gist as a Git Repository:
* Option Bis correct because each gist is a Git repository, meaning you can clone it, commit changes, and even fork it, just like any other Git repository.
* Incorrect Options:
* Option Ais incorrect because a gist is not an app; it's a feature of GitHub that provides a simplified repository.
* Option Cis incorrect because while a gist may contain Markdown documents, it is fundamentally a repository that can hold various file types.
* Option Dis incorrect because GitHub Pages is a separate service for hosting websites, not related to gists.
References:
* GitHub Docs: About Gists
* Gist as a Git Repository:
* Option Bis correct because each gist is a Git repository, meaning you can clone it, commit changes, and even fork it, just like any other Git repository.
* Incorrect Options:
* Option Ais incorrect because a gist is not an app; it's a feature of GitHub that provides a simplified repository.
* Option Cis incorrect because while a gist may contain Markdown documents, it is fundamentally a repository that can hold various file types.
* Option Dis incorrect because GitHub Pages is a separate service for hosting websites, not related to gists.
References:
* GitHub Docs: About Gists
by Hugh at Apr 26, 2026, 06:12 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).