A comprehensive study guide for the GitHub Foundations Certification exam, organized by domains and topics.
This repository contains study materials for the GitHub Foundations Certification exam. The content is structured according to the official exam study guide and follows the Community's GitHub Foundations Exam Prep initiative.
- English (Default)
The certification covers 7 main domains:
Domain | Weight | Topics |
---|---|---|
Git and GitHub Basics | 22% | Version control, Git fundamentals, GitHub features |
Working with GitHub Repositories | 8% | Repository management, collaboration |
Collaboration Features | 30% | Pull requests, issues, discussions |
Modern Development | 13% | GitHub Copilot, Actions, Codespaces |
Project Management | 7% | Projects, boards, tracking work |
Privacy, Security, and Administration | 10% | Access control, security features |
Benefits of the GitHub Community | 10% | Open source, community engagement |
.
├── docs/
│ ├── foundations_of_foundations/ # Domain 1 materials
│ ├── repositories/ # Domains 2 & 3 materials
│ ├── copilot/ # Domain 4 materials
│ ├── github_features_and_open_source/ # Domains 5 & 7 materials
│ ├── enterprise_essentials/ # Domain 6 materials
├── .github/ # GitHub specific files
├── LICENSE # MIT License file
├── README.md # Project documentation
└── CONTRIBUTING.md # Contribution guidelines
- Start with Foundations of Foundations to learn Git and GitHub basics
- Move to Modern Development to understand GitHub's development tools
- Learn about Repository Management
- Explore GitHub Features and community aspects
- Complete with Enterprise Essentials
We welcome contributions to improve this study guide! Please check our Contributing Guidelines for details on how to contribute.
Note: While issues are not enabled, pull requests are welcome for content improvements.
This project is licensed under the MIT License.