Week One: Foundations of Foundations [GitHub Foundations Certification Prep Course] #155153
Replies: 237 comments 80 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.
-
|
Beta Was this translation helpful? Give feedback.
-
1.B |
Beta Was this translation helpful? Give feedback.
-
Question One: What is a repository on GitHub? Question Two: What command is used to create a new branch in Git? Question Three: How is distributed version control different from centralized version control? Question Four: What is a commit in Git and GitHub? Question Five: What is the GitHub Flow? Question Six: What type of GitHub account offers a self-hosted solution? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Question One: What is a repository in GitHub? Question Two: Which command is used to create a new branch in Git? Question Three: How does distributed version control differ from centralized version control? Question Four: What is a commit in Git and GitHub? Question Five: What is the GitHub flow? Question Six: Which GitHub account type offers a self-hosted solution? |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for this course. 1: B |
Beta Was this translation helpful? Give feedback.
-
Very interesting course! 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. 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.
-
My answers: BACBBD |
Beta Was this translation helpful? Give feedback.
-
Question One: What is a repository in GitHub? Question Two: Which command is used to create a new branch in Git? Question Three: How does distributed version control differ from centralized version control? Question Four: What is a commit in Git and GitHub? Question Five: What is the GitHub flow? Question Six: Which GitHub account type offers a self-hosted solution? |
Beta Was this translation helpful? Give feedback.
-
What is a repository in GitHub? Which command is used to create a new branch in Git? How does distributed version control differ from centralized version control? What is a commit in Git and GitHub? What is GitHub flow? Which GitHub account type offers a self-hosted solution? |
Beta Was this translation helpful? Give feedback.
-
How do i gain access to week 2? |
Beta Was this translation helpful? Give feedback.
-
Question One: What is a repository in GitHub? Question Two: Which command is used to create a new branch in Git? Question Three: How does distributed version control differ from centralized version control? Question Four: What is a commit in Git and GitHub? Question Five: What is the GitHub flow? Question Six: Which GitHub account type offers a self-hosted solution? |
Beta Was this translation helpful? Give feedback.
-
@queenofcorgis, I hope I'm not too late to submit this. Question One: What is a repository in GitHub? Question Two: Which command is used to create a new branch in Git? Question Three: How does distributed version control differ from centralized version control? Question Four: What is a commit in Git and GitHub? Question Five: What is the GitHub flow? Question Six: Which GitHub account type offers a self-hosted solution? |
Beta Was this translation helpful? Give feedback.
-
Q1 answer: B. (A hosted collection of files, folders, and version histories for a project) |
Beta Was this translation helpful? Give feedback.
-
Adorei o conteudo!! Otimo pra revisar. 1- O que é um repositório no GitHub? 2-Qual comando é usado para criar uma nova ramificação no Git? 3- Como o controle de versão distribuído difere do controle de versão centralizado? 4-O que é um commit no Git e no GitHub? 5-O que é o fluxo do GitHub? 6-Qual tipo de conta GitHub oferece uma solução auto-hospedada? |
Beta Was this translation helpful? Give feedback.
-
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
We’ll be sharing the answers in the comments on Friday 🧠, jump to the comment to view them.
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