Reference · Glossary

GitHub

Last updated

Team code review, CI checks, open-source contribution, and storing project history remotely.

#When to use

Team code review, CI checks, open-source contribution, and storing project history remotely.

#When not to

Private experiments that must never leave your machine — keep them local or on a private remote you control.

#Quality checklist

  • Protect main with required reviews/CI
  • Scan for secrets in PRs
  • Use CODEOWNERS for sensitive paths
  • Treat AI-written PR descriptions as drafts

#Learn next