Tag: #reflog
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Undoing things in git — picking restore, reset, revert and reflog by situation
Memorizing undo commands means searching for them again every time, but if you first classify what you are trying to undo, the command decides itself. This post splits the problem into six situations — the working direct
2026-07-26 · 12 min read #git#undo#reset#reflog#version-controlGit Internals: How Git Really Works — Blob, Tree, Commit, and DAG Deep Dive
A complete dissection of Git internals! Blob/Tree/Commit object model, SHA-1 hashing, .git directory structure, DAG (Directed Acyclic Graph), branches as pointers, merge vs rebase internals, reflog recovery, pack file co
2026-03-24 · 20 min read #git#internals#blob#tree#commit