┌─ Repository: pixel-perfect ─────────────────────────────────────────┐

/pixel-perfect

$ git log --oneline --all --graph

└─────────────────────────────────────────────────────────────────────┘
git log --oneline -n 5 // 最新の記事
2026-01-03feat:令和8年のオブザーバビリティとLLM
#tech#googlecloud#otel#llm
2025-05-24feat:MDX + TypeScriptで型安全なブログ記事を書く
#mdx#typescript#language-server
2025-05-18feat:令和の Kubernetes ザ・ハードウェイ その1
#tech#kubernetes
2025-05-12feat:Cloud Runで実現するローリング、ブルーグリーン、ハイブリッドデプロイ
#tech#googlecloud#cloudrun
2025-04-28feat:Cloud BuildだけでE2Eテスト環境を構築する
#tech#cicd#cloudbuild#e2e
git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean