Skip to content
The Git Crypt

/static/cripta/en/etiqueta/encanamento/

Menu

This filter is a page

Drawer: Plumbing

The pipes beneath the porcelain: objects, refs and the index, bare.

6 bones on this page

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