https://github.com/salgado2004/github_foundations_exam_prep
A comprehensive study guide for the GitHub Foundations Certification exam to help your preparation to get certified
https://github.com/salgado2004/github_foundations_exam_prep
certification community foundations github study-resources
Last synced: about 10 hours ago
JSON representation
A comprehensive study guide for the GitHub Foundations Certification exam to help your preparation to get certified
- Host: GitHub
- URL: https://github.com/salgado2004/github_foundations_exam_prep
- Owner: Salgado2004
- License: mit
- Created: 2025-03-28T13:33:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T02:32:36.000Z (about 1 year ago)
- Last Synced: 2025-04-28T03:28:29.418Z (about 1 year ago)
- Topics: certification, community, foundations, github, study-resources
- Homepage:
- Size: 54.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GitHub Foundations Exam Prep 📚


A comprehensive study guide for the GitHub Foundations Certification exam, organized by domains and topics.
## 🎯 About
This repository contains study materials for the GitHub Foundations Certification exam. The content is structured according to the [official exam study guide](https://assets.ctfassets.net/wfutmusr1t3h/1kmMx7AwI4qH8yIZgOmQlP/79e6ff1dfdee589d84a24dd763b1eef7/github-foundations-exam-study-guide__1_.pdf) and follows the Community's [GitHub Foundations Exam Prep](https://github.com/orgs/community/discussions/154502#discussion-8110303) initiative.
## 🌐 Available Languages
- [English](README.md) (Default)
## 📚 Study Domains
The certification covers 7 main domains:
| Domain | Weight | Topics |
|--------|---------|--------|
| [Git and GitHub Basics](docs/foundations_of_foundations/git_and_github_basics.md) | 22% | Version control, Git fundamentals, GitHub features |
| [Working with GitHub Repositories](docs/repositories/working_with_gh_repositories.md) | 8% | Repository management, collaboration |
| [Collaboration Features](docs/repositories/collaboration_features.md) | 30% | Pull requests, issues, discussions |
| [Modern Development](docs/copilot/modern_development.md) | 13% | GitHub Copilot, Actions, Codespaces |
| [Project Management](docs/github_features_and_open_source/project_management.md) | 7% | Projects, boards, tracking work |
| [Privacy, Security, and Administration](docs/enterprise_essentials/privacy_security_administration.md) | 10% | Access control, security features |
| [Benefits of the GitHub Community](docs/github_features_and_open_source/benefits_of_the_gh_community.md) | 10% | Open source, community engagement |
## 📂 Repository Structure
```
.
├── 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
```
## 🎓 Study Path
1. Start with [Foundations of Foundations](docs/foundations_of_foundations/README.md) to learn Git and GitHub basics
2. Move to [Modern Development](docs/copilot/README.md) to understand GitHub's development tools
3. Learn about [Repository Management](docs/repositories/README.md)
4. Explore [GitHub Features](docs/github_features_and_open_source/README.md) and community aspects
5. Complete with [Enterprise Essentials](docs/enterprise_essentials/README.md)
## 🤝 Contributing
We welcome contributions to improve this study guide! Please check our [Contributing Guidelines](CONTRIBUTING.md) for details on how to contribute.
> Note: While issues are not enabled, pull requests are welcome for content improvements.
## 📝 License
This project is licensed under the [MIT License](LICENSE).