Git & GitHub Fundamentals
BeginnerLearn Git and GitHub from scratch — the version-control skills every developer needs. Start with what version control is and why it matters, install Git, and create your first repository. Master the everyday workflow (add, commit, push, pull), branching and merging, and resolving conflicts. Then collaborate like a pro on GitHub with forks, pull requests, code reviews, and issues — and finish with GitHub Actions, Pages, and how to undo mistakes safely. No prior experience required.
Course content
Certification Exam
Certification Exam
Git & GitHub Fundamentals
🔒 Unlock the exam
Complete the requirements above to unlock the exam
Certification Exam
Git & GitHub Fundamentals
30 Questions
All difficulty levels
45 Minutes
Auto-submits when time expires
70% to Pass
Earn your certification badge
No Going Back
Once you answer, you move forward
Tips
See allGit Is Your Project Time Machine
Version control saves you from disaster
Set Your Identity Before Your First Commit
git config name and email once, globally
Git and GitHub Are Not the Same Thing
One is the tool, the other is the home
Clone to Join, Init to Start
Pick the right command for the situation