Git and GitHub Basics Questions
Practice questions for Git and GitHub Basics topic in GitHub Foundations. 59 questions covering this domain.
When should you consider using GitHub Desktop instead of the Git command line?
What does a Git commit represent?
What is the primary purpose of a version control system like Git?
What is the primary advantage of a distributed version control system like Git over a centralized one?
In Markdown on GitHub, how do you create a task list inside an issue or pull request?
What is a Git branch primarily used for?
Which GitHub account type is designed for shared ownership of repositories and provides tiered administrative roles?
In the GitHub Flow, what is the recommended first step before making changes to a project?
Which command is the standard Git approach for interactively squashing the last three local commits into one before pushing?
Which Markdown syntax correctly creates a hyperlink in a GitHub issue or pull request?
What is the purpose of a Git remote?
Which of the following tasks is GitHub Mobile best suited for?
What is GitHub Enterprise Cloud primarily designed to provide compared to a free GitHub organization?
Which of the following best describes the relationship between Git and GitHub?
A company wants one top-level account that can centrally manage policy and billing across multiple GitHub organizations. What should it create?
A developer wants a full local copy of a repository, including all versions of every file, so they can work on their laptop. What should they do?
An organization wants team pull request reviewers and the ability for owners to enable or disable Codespaces for private repositories. Which plan meet...
Which two deployment options are included under GitHub Enterprise?
A user wants to create a new repository by copying starter files and branches but without linking commit history to the source repository. Which GitHu...
In GitHub Flow, after committing changes to a branch and wanting feedback, what is the next collaboration step?
Sign in to see all 59 questions
Create a free account to browse all questions — completely free during our launch phase.