nerdexam
MicrosoftMicrosoft

GH-900 · Question #13

GH-900 Question #13: Real Exam Question with Answer & Explanation

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 repository,

Working with GitHub Repositories

Question

What is a gist?

Options

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

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 PracticeBrowse All GH-900 Questions