From 55b59d8bd08a044dfcddc8a926cf2fe1a622d890 Mon Sep 17 00:00:00 2001 From: "Mark Wendell M. Aquino" Date: Sun, 19 Jul 2026 05:31:32 +0800 Subject: [PATCH] docs: document learning checkpoints and repository branch strategy --- checkpoints/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.