Skip to content
The Git Crypt

/static/cripta/en/ordem/raridade/

Menu

This ordering is a page

Sorted by rarity

The same bones, from most forgotten to most common.

26 bones on this page

  1. GIT-002 git fsck --lost-found Sweeps the basement for objects no reference claims. Rescue forgotten
  2. GIT-008 git log -G The fine sieve: a regex over the diff, where the pickaxe can't reach. Archaeology forgotten
  3. GIT-010 git range-diff Compares two versions of the same commit series — before and after the rebase. Archaeology forgotten
  4. GIT-013 git hash-object Computes a file's identity — and, if asked, deposits it in the vault. Plumbing forgotten
  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
  7. GIT-020 git maintenance The hired caretaker: gc, prefetch and friends on an agreed schedule. Workshop forgotten
  8. GIT-021 git notes Annotations hung on published commits, rewriting nothing. Workshop forgotten
  9. GIT-026 git filter-branch It rewrote entire histories — and today its own manual says to call someone else. Surgery forgotten
  10. GIT-004 git checkout -p Discards the damage piece by piece, not the whole file. Rescue uncommon
  11. GIT-006 git blame -w -C Ignores reindenting and relocation; points at who really wrote it. Archaeology uncommon
  12. GIT-007 git log -S The pickaxe: finds the commit where an expression was born or died. Archaeology uncommon
  13. GIT-009 git shortlog -sn The dig's census: who dug, and how many times. Archaeology uncommon
  14. GIT-011 git cat-file -p Opens any object in the vault and shows what's inside. Plumbing uncommon
  15. GIT-012 git rev-parse Translates any name — HEAD~3, @{u}, main — into the hash git understands. Plumbing uncommon
  16. GIT-014 git ls-files The list of what the index actually sees, with no opinion from the working tree. Plumbing uncommon
  17. GIT-017 git worktree Two branches of the same repository, each in its own folder. Workshop uncommon
  18. GIT-018 git rerere Resolves the conflict you already resolved — and never asks again. Workshop uncommon
  19. GIT-019 git sparse-checkout Brings to the bench only the corner of the repository that matters. Workshop uncommon
  20. GIT-022 git commit --fixup Tags the patch with its target's name; autosquash slots it in later. Surgery uncommon
  21. GIT-023 git cherry-pick -x Transplants the commit and leaves a plaque saying where it came from. Surgery uncommon
  22. GIT-024 git revert -m Undoes a whole merge by choosing which parent still counts. Surgery uncommon
  23. GIT-025 git rebase --onto Cuts out a series of commits and grafts it onto another base. Surgery uncommon
  24. GIT-001 git reflog HEAD's logbook: the commit you think you lost is still down here. Rescue common
  25. GIT-003 git stash Shelves your half-done work and hands the bench back clean. Rescue common
  26. GIT-005 git bisect Binary search for the guilty commit — history interrogated by halves. Archaeology common