Part One: Foundations of Foundations [GitHub Foundations Certification Prep Course] #155153
Replies: 298 comments 97 replies
-
Step One: Prep 📚Morniing everybody! A great start for another Exam Prep! GitHub Foundations is probably one of the most interesting certifications, since it opens the door for the Magical world of GitHub 💫! This time I wanted to inovate my exam breakdowns 😅 hope you enjoy the topics I've brought and please don't forget to leave your thoughts! Foundations_of_foundations.mp4Check all the topics explained here Step Two: Test Your Knowledge ⚡Question One: What is a repository in GitHub? B. A hosted collection of files, folders, and version histories for a project Question Two: Which command is used to create a new branch in Git? A. git branch Question Three: How does distributed version control differ from centralized version control? C. Each user has a complete copy of the repository in distributed version control Question Four: What is a commit in Git and GitHub? B. A snapshot of changes made to the repository Question Five: What is the GitHub flow? B. A workflow that involves making changes on a feature branch, opening a PR, addressing comments, and then merging into the main branch Question Six: Which GitHub account type offers a self-hosted solution? D. GitHub Enterprise Server |
Beta Was this translation helpful? Give feedback.
-
Question One: Question Two: Question Three: Question Four: Question Five: Question Six: |
Beta Was this translation helpful? Give feedback.
-
Question One: What is a repository in GitHub? |
Beta Was this translation helpful? Give feedback.
-
Great resource for GitHub Foundations prep! Hands-on practice with repos—branching, commits, and PRs—can reinforce learning. Looking forward to the answers on Friday! Any favorite Git best practices to share? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
1 B - A hosted collection of files, folders, and version histories for a project |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
1.B |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
B A C B B D |
Beta Was this translation helpful? Give feedback.
-
Great to brush up the basics 😀. So excited for week 1 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
GitHub Certification Prep QuestionsHere are my answers Question One: What is a repository in GitHub?Answer: B. A hosted collection of files, folders, and version histories for a project Question Two: Which command is used to create a new branch in Git?Answer: A. Question Three: How does distributed version control differ from centralized version control?Answer: C. Each user has a complete copy of the repository in distributed version control Question Four: What is a commit in Git and GitHub?Answer: B. A snapshot of changes made to the repository Question Five: What is the GitHub flow?Answer: B. A workflow that involves making changes on a feature branch, opening a PR, addressing comments, and then merging into the main branch Question Six: Which GitHub account type offers a self-hosted solution?Answer: GitHub Enterprise Server Explanation & Tips
🔹 Pro Tip:
Thanks @queenofcorgis for these amazing resources !! |
Beta Was this translation helpful? Give feedback.
-
BACBBD |
Beta Was this translation helpful? Give feedback.
-
Week One AnswersReveal
|
Beta Was this translation helpful? Give feedback.
-
Question One: What is a repository in GitHub? A. A collection of files and folders stored on a local computer Ans: B. A hosted collection of files, folders, and version histories for a project Question Two: Which command is used to create a new branch in Git? A. git branch Ans: A. git branch Question Three: How does distributed version control differ from centralized version control? A. Only one user can make changes at a time in distributed version control Ans: C. Each user has a complete copy of the repository in distributed version control Question Four: What is a commit in Git and GitHub? A. A change to a file that is automatically saved Ans: B. A snapshot of changes made to the repository Question Five: What is the GitHub flow? A. A set of guidelines for using GitHub effectively following our documentation, utilizing popular open source repositories, and applying the Git Flow principles. Ans: B. A workflow that involves making changes on a feature branch, opening a PR, addressing comments, and then merging into the main branch Question Six: Which GitHub account type offers a self-hosted solution? Ans: D. GitHub Enterprise Server |
Beta Was this translation helpful? Give feedback.
-
Question One: What is a repository in GitHub?
A. A collection of files and folders stored on a local computer
B. A hosted collection of files, folders, and version histories for a
project
C. A place to store user credentials and passwords
D. A collection of multimedia resources
Ans: B. A hosted collection of files, folders, and version histories for a
project
Question Two: Which command is used to create a new branch in Git?
A. git branch
B. git new
C. git create
D. git branch --new
Ans: A. git branch
Question Three: How does distributed version control differ from
centralized version control?
A. Only one user can make changes at a time in distributed version control
B. Changes are tracked in a central server in distributed version control
C. Each user has a complete copy of the repository in distributed version
control
D. Distributed version control does not keep a history of changes
Ans: C. Each user has a complete copy of the repository in distributed
version control
Question Four: What is a commit in Git and GitHub?
A. A change to a file that is automatically saved
B. A snapshot of changes made to the repository
C. A request to merge changes into the main branch
D. A backup copy of the repository
Ans: B. A snapshot of changes made to the repository
Question Five: What is the GitHub flow?
A. A set of guidelines for using GitHub effectively following our
documentation, utilizing popular open source repositories, and applying the
Git Flow principles.
B. A workflow that involves making changes on a feature branch, opening a
PR, addressing comments, and then merging into the main branch
C. A tool for automating tasks in GitHub that includes CI/CD
D. A way to back up repositories to the cloud
Ans: B. A workflow that involves making changes on a feature branch,
opening a PR, addressing comments, and then merging into the main branch
Question Six: Which GitHub account type offers a self-hosted solution?
A. GitHub Pro
B. GitHub Teams
C. GitHub Enterprise Cloud
D. GitHub Enterprise Server
Ans: D. GitHub Enterprise Server
…On Thu, Apr 24, 2025, 2:27 PM bbprasad ***@***.***> wrote:
Question One: What is a repository in GitHub?
A. A collection of files and folders stored on a local computer
B. A hosted collection of files, folders, and version histories for a
project
C. A place to store user credentials and passwords
D. A collection of multimedia resources
Ans: B. A hosted collection of files, folders, and version histories for a
project
Question Two: Which command is used to create a new branch in Git?
A. git branch
B. git new
C. git create
D. git branch --new
Ans: A. git branch
Question Three: How does distributed version control differ from
centralized version control?
A. Only one user can make changes at a time in distributed version control
B. Changes are tracked in a central server in distributed version control
C. Each user has a complete copy of the repository in distributed version
control
D. Distributed version control does not keep a history of changes
Ans: C. Each user has a complete copy of the repository in distributed
version control
Question Four: What is a commit in Git and GitHub?
A. A change to a file that is automatically saved
B. A snapshot of changes made to the repository
C. A request to merge changes into the main branch
D. A backup copy of the repository
Ans: B. A snapshot of changes made to the repository
Question Five: What is the GitHub flow?
A. A set of guidelines for using GitHub effectively following our
documentation, utilizing popular open source repositories, and applying the
Git Flow principles.
B. A workflow that involves making changes on a feature branch, opening a
PR, addressing comments, and then merging into the main branch
C. A tool for automating tasks in GitHub that includes CI/CD
D. A way to back up repositories to the cloud
Ans: B. A workflow that involves making changes on a feature branch,
opening a PR, addressing comments, and then merging into the main branch
Question Six: Which GitHub account type offers a self-hosted solution?
A. GitHub Pro
B. GitHub Teams
C. GitHub Enterprise Cloud
D. GitHub Enterprise Server
Ans: D. GitHub Enterprise Server
—
Reply to this email directly, view it on GitHub
<#155153 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUUMAP4QFA36KUBB5BJHJVL23CROXAVCNFSM6AAAAABZ5DJMIKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOJTGI4DGMA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Question One: What is a repository in GitHub? A. A collection of files and folders stored on a local computer Question Two: Which command is used to create a new branch in Git? A. git branch Question Three: How does distributed version control differ from centralized version control? A. Only one user can make changes at a time in distributed version control Question Four: What is a commit in Git and GitHub? A. A change to a file that is automatically saved Question Five: What is the GitHub flow? A. A set of guidelines for using GitHub effectively following our documentation, utilizing popular open source repositories, and applying the Git Flow principles. Question Six: Which GitHub account type offers a self-hosted solution? |
Beta Was this translation helpful? Give feedback.
-
Question One: What is a repository in GitHub? A. A collection of files and folders stored on a local computer Answer: B Question Two: Which command is used to create a new branch in Git? A. git branch Answer: A Question Three: How does distributed version control differ from centralized version control? A. Only one user can make changes at a time in distributed version control Answer: B Question Four: What is a commit in Git and GitHub? A. A change to a file that is automatically saved Answer: B Question Five: What is the GitHub flow? A. A set of guidelines for using GitHub effectively following our documentation, utilizing popular open source repositories, and applying the Git Flow principles. Answer: B Question Six: Which GitHub account type offers a self-hosted solution? Answer: D |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
1.B 2. A 3. C 4. B 5. D |
Beta Was this translation helpful? Give feedback.
-
B. A hosted collection of files, folders, and version histories for a project
A.
C. Each user has a complete copy of the repository in distributed version control
B. A snapshot of changes made to the repository
B. A workflow that involves making changes on a feature branch, opening a PR, addressing comments, and then merging into the main branch
D. GitHub Enterprise Server |
Beta Was this translation helpful? Give feedback.
-
1.B |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
1.B |
Beta Was this translation helpful? Give feedback.
-
1.B |
Beta Was this translation helpful? Give feedback.
-
1.B |
Beta Was this translation helpful? Give feedback.
-
1.B |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion and its comment have been edited and modified from its original format to enable evergreen learning
Welcome to the first part of the GitHub Foundations certification prep course! To begin, we’ll be going over some intro materials and best practices to build a strong foundation for the exam. This discussion is your space to ask questions, review study guides, and do some exam practice!
Foundations of Foundations 🧱
Step One: Prep 📚
We’ve assembled some materials for this first section.
Step Two: Test Your Knowledge ⚡
Question One: What is a repository in GitHub?
A. A collection of files and folders stored on a local computer
B. A hosted collection of files, folders, and version histories for a project
C. A place to store user credentials and passwords
D. A collection of multimedia resources
Question Two: Which command is used to create a new branch in Git?
A.
git branch <branch-name>
B.
git new <branch-name>
C.
git create <branch-name>
D.
git branch --new <branch-name>
Question Three: How does distributed version control differ from centralized version control?
A. Only one user can make changes at a time in distributed version control
B. Changes are tracked in a central server in distributed version control
C. Each user has a complete copy of the repository in distributed version control
D. Distributed version control does not keep a history of changes
Question Four: What is a commit in Git and GitHub?
A. A change to a file that is automatically saved
B. A snapshot of changes made to the repository
C. A request to merge changes into the main branch
D. A backup copy of the repository
Question Five: What is the GitHub flow?
A. A set of guidelines for using GitHub effectively following our documentation, utilizing popular open source repositories, and applying the Git Flow principles.
B. A workflow that involves making changes on a feature branch, opening a PR, addressing comments, and then merging into the main branch
C. A tool for automating tasks in GitHub that includes CI/CD
D. A way to back up repositories to the cloud
Question Six: Which GitHub account type offers a self-hosted solution?
A. GitHub Pro
B. GitHub Teams
C. GitHub Enterprise Cloud
D. GitHub Enterprise Server
Jump to the comments to view the answers.
Use the discussion below to share additional study resources, ask questions for our team to answer, and respond to our prep questions.
*No Purchase Necessary. Open only to Github community members 14+. Game ends 5/2/25. For details, see Official Rules.
Beta Was this translation helpful? Give feedback.
All reactions