Skip to content

Commit 48a35c5

Browse files
authored
Merge pull request #37 from wendev27/monitoring-and-observability
docs: document learning checkpoints and repository branch strategy
2 parents 96cb394 + 55b59d8 commit 48a35c5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

checkpoints/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,18 @@ Each checkpoint captures:
1111
- Skills unlocked
1212

1313
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

Comments
 (0)