📋 Org & Security Cheat Sheet

Quick reference for GitHub organization management and security.

Why This Cheat Sheet Matters for GH-ADMIN

This cheat sheet covers the most important GitHub Administration concepts tested on the GH-ADMIN (Administration) certification exam. It contains 1 sections with 6 key points. Use this as a quick-reference guide during your final review sessions.

1Sections
6Key Points

Key Concepts

  • Enterprise → Organizations → Teams → Members (hierarchy).
  • SAML SSO: federated identity (Okta, Azure AD). Enforced at org or enterprise level.
  • SCIM: automated user provisioning/deprovisioning with IdP.
  • 2FA: enforce across org. Members without 2FA are removed.
  • Audit log: tracks all org actions. Can stream to SIEM.
  • Branch rulesets: newer, more flexible than branch protection rules. Can apply patterns.

Practice GitHub Administration Questions

Put your knowledge to the test with practice questions.

GitHub YAML & Markdown Reference

GitHub certifications frequently test your knowledge of YAML syntax for Actions workflows and Markdown for documentation. Key YAML elements include workflow triggers (on:), jobs, steps, uses, run, env, and secrets. Understand the difference between workflow-level, job-level, and step-level configurations. For Markdown, know GitHub Flavoured Markdown (GFM) extensions like task lists, tables, and collapsible sections.

More GH-ADMIN Cheat Sheets