nerdexam
Microsoft

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…

Working with GitHub Repositories

Question

What is a gist?

Options

  • AGitHub app
  • BGit repository
  • CMarkdown document
  • DGitHub Pages site

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    93% (28)
  • C
    3% (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

#GitHub Gist#Git repositories#Code sharing#GitHub features

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice