{"id":26913691,"url":"https://github.com/salgado2004/github_foundations_exam_prep","last_synced_at":"2026-06-23T22:31:31.279Z","repository":{"id":284950214,"uuid":"956571385","full_name":"Salgado2004/GitHub_Foundations_Exam_Prep","owner":"Salgado2004","description":"A comprehensive study guide for the GitHub Foundations Certification exam to help your preparation to get certified","archived":false,"fork":false,"pushed_at":"2025-04-28T02:32:36.000Z","size":56,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T03:28:29.418Z","etag":null,"topics":["certification","community","foundations","github","study-resources"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Salgado2004.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-28T13:33:36.000Z","updated_at":"2025-04-28T02:32:40.000Z","dependencies_parsed_at":"2025-04-21T02:23:31.854Z","dependency_job_id":"187d1543-ebc8-4e90-abff-7c3f30fac7fa","html_url":"https://github.com/Salgado2004/GitHub_Foundations_Exam_Prep","commit_stats":null,"previous_names":["salgado2004/github_foundations_exam_prep"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Salgado2004/GitHub_Foundations_Exam_Prep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salgado2004%2FGitHub_Foundations_Exam_Prep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salgado2004%2FGitHub_Foundations_Exam_Prep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salgado2004%2FGitHub_Foundations_Exam_Prep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salgado2004%2FGitHub_Foundations_Exam_Prep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Salgado2004","download_url":"https://codeload.github.com/Salgado2004/GitHub_Foundations_Exam_Prep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salgado2004%2FGitHub_Foundations_Exam_Prep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34709801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["certification","community","foundations","github","study-resources"],"created_at":"2025-04-01T16:38:54.561Z","updated_at":"2026-06-23T22:31:31.273Z","avatar_url":"https://github.com/Salgado2004.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Foundations Exam Prep 📚\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub License](https://img.shields.io/github/license/salgado2004/github_foundations_exam_prep)\n![GitHub Last Commit](https://img.shields.io/github/last-commit/salgado2004/github_foundations_exam_prep)\n\nA comprehensive study guide for the GitHub Foundations Certification exam, organized by domains and topics.\n\u003c/div\u003e\n\n## 🎯 About\n\nThis 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.\n\n## 🌐 Available Languages\n\n- [English](README.md) (Default)\n\n## 📚 Study Domains\n\nThe certification covers 7 main domains:\n\n| Domain | Weight | Topics |\n|--------|---------|--------|\n| [Git and GitHub Basics](docs/foundations_of_foundations/git_and_github_basics.md) | 22% | Version control, Git fundamentals, GitHub features |\n| [Working with GitHub Repositories](docs/repositories/working_with_gh_repositories.md) | 8% | Repository management, collaboration |\n| [Collaboration Features](docs/repositories/collaboration_features.md) | 30% | Pull requests, issues, discussions |\n| [Modern Development](docs/copilot/modern_development.md) | 13% | GitHub Copilot, Actions, Codespaces |\n| [Project Management](docs/github_features_and_open_source/project_management.md) | 7% | Projects, boards, tracking work |\n| [Privacy, Security, and Administration](docs/enterprise_essentials/privacy_security_administration.md) | 10% | Access control, security features |\n| [Benefits of the GitHub Community](docs/github_features_and_open_source/benefits_of_the_gh_community.md) | 10% | Open source, community engagement |\n\n## 📂 Repository Structure\n\n```\n.\n├── docs/\n│   ├── foundations_of_foundations/   # Domain 1 materials\n│   ├── repositories/                 # Domains 2 \u0026 3 materials\n│   ├── copilot/                     # Domain 4 materials \n│   ├── github_features_and_open_source/  # Domains 5 \u0026 7 materials\n│   ├── enterprise_essentials/       # Domain 6 materials\n├── .github/                        # GitHub specific files\n├── LICENSE                         # MIT License file\n├── README.md                       # Project documentation\n└── CONTRIBUTING.md                 # Contribution guidelines\n```\n\n## 🎓 Study Path\n\n1. Start with [Foundations of Foundations](docs/foundations_of_foundations/README.md) to learn Git and GitHub basics\n2. Move to [Modern Development](docs/copilot/README.md) to understand GitHub's development tools\n3. Learn about [Repository Management](docs/repositories/README.md)\n4. Explore [GitHub Features](docs/github_features_and_open_source/README.md) and community aspects\n5. Complete with [Enterprise Essentials](docs/enterprise_essentials/README.md)\n\n## 🤝 Contributing\n\nWe welcome contributions to improve this study guide! Please check our [Contributing Guidelines](CONTRIBUTING.md) for details on how to contribute.\n\n\u003e Note: While issues are not enabled, pull requests are welcome for content improvements.\n\n## 📝 License\n\nThis project is licensed under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalgado2004%2Fgithub_foundations_exam_prep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalgado2004%2Fgithub_foundations_exam_prep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalgado2004%2Fgithub_foundations_exam_prep/lists"}