GH-900 · Question #13
What is a gist?
The correct answer is B. Git repository. 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 Gist as a Git Repository: Option B is correct because each gist is a Git…
Question
What is a gist?
Options
- AGitHub app
- BGit repository
- CMarkdown document
- DGitHub Pages site
How the community answered
(30 responses)- A3% (1)
- B93% (28)
- C3% (1)
Explanation
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 Gist as a Git Repository: Option B is 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.
Topics
Community Discussion
No community discussion yet for this question.