Git Basics for GitOps
What You Will Learn
- The Git workflow for GitOps
- GPG commit signing
This page is a placeholder. Full content will be written after tone/depth review of priority chapters.
Planned Content
- Branch workflow: feature branch -> PR -> merge to main
- GPG signing with YubiKey (mandatory)
- Common git commands for daily work
- .gitignore for secrets
- Why we never force-push to main
Key Takeaways
- All commits must be GPG signed
- Feature branches and PRs are the standard workflow
What Is Next
Next up: kubectl Essentials where you will learn the most important CLI tool for working with Kubernetes.