diff --git a/checkpoints/README.md b/checkpoints/README.md index 5b5d566..95280e8 100644 --- a/checkpoints/README.md +++ b/checkpoints/README.md @@ -11,3 +11,18 @@ Each checkpoint captures: - Skills unlocked These checkpoints serve as snapshots of my growth throughout this repository. + +## Branch Strategy + +This repository intentionally keeps historical branches. + +Each checkpoint branch represents a learning milestone and its corresponding pull request. + +Example: + +- checkpoint-10 → GitHub Actions and CI +- checkpoint-15 → CodeQL and Trivy +- checkpoint-18 → Secure CI/CD and branch protection +- monitoring-and-observability → Prometheus and Grafana + +Branches are preserved to document the evolution of the learning process rather than to follow a production Git workflow.