Skip to content

Real-World Git

Coming soon

Module 8 is in draft. It will cover the practical Git workflow used to maintain this very portal and the public site:

  • .gitignore — what to commit, what to never commit
  • README files — what good ones look like
  • GitHub Actions — when to use them, when to let Cloudflare auto-build instead
  • Decoding the actual deploy flow used by aguidetocloud.com (Hugo + Cloudflare Pages on push)
  • The git pull --rebase discipline for parallel sessions
  • Recovering from common mistakes (committed a secret, broke main, etc.)

Until this is published, see the Reference → Parallel-Safe Git Rules page for the operational rules already in active use.