This filter is a page
Drawer: Plumbing
The pipes beneath the porcelain: objects, refs and the index, bare.
6 bones on this page
- GIT-011 git cat-file -p Opens any object in the vault and shows what's inside. Plumbing uncommon
- GIT-012 git rev-parse Translates any name — HEAD~3, @{u}, main — into the hash git understands. Plumbing uncommon
- GIT-013 git hash-object Computes a file's identity — and, if asked, deposits it in the vault. Plumbing forgotten
- GIT-014 git ls-files The list of what the index actually sees, with no opinion from the working tree. Plumbing uncommon
- GIT-015 git update-ref Moves a reference by force — the lever branch and tag pull under the hood. Plumbing forgotten
- GIT-016 git cherry Tells which of your commits haven't landed on the other side — by content, not hash. Plumbing forgotten