2 parents 96cb394 + 55b59d8 commit 48a35c5Copy full SHA for 48a35c5
1 file changed
checkpoints/README.md
@@ -11,3 +11,18 @@ Each checkpoint captures:
11
- Skills unlocked
12
13
These checkpoints serve as snapshots of my growth throughout this repository.
14
+
15
+## Branch Strategy
16
17
+This repository intentionally keeps historical branches.
18
19
+Each checkpoint branch represents a learning milestone and its corresponding pull request.
20
21
+Example:
22
23
+- checkpoint-10 → GitHub Actions and CI
24
+- checkpoint-15 → CodeQL and Trivy
25
+- checkpoint-18 → Secure CI/CD and branch protection
26
+- monitoring-and-observability → Prometheus and Grafana
27
28
+Branches are preserved to document the evolution of the learning process rather than to follow a production Git workflow.
0 commit comments