Skip to content
The Git Crypt

/static/cripta/en/raridade/incomum/

Menu

This filter is a page

Rarity: uncommon

Those who come down here keep coming back; most never have.

14 bones on this page

  1. GIT-004 git checkout -p Discards the damage piece by piece, not the whole file. Rescue uncommon
  2. GIT-006 git blame -w -C Ignores reindenting and relocation; points at who really wrote it. Archaeology uncommon
  3. GIT-007 git log -S The pickaxe: finds the commit where an expression was born or died. Archaeology uncommon
  4. GIT-009 git shortlog -sn The dig's census: who dug, and how many times. Archaeology uncommon
  5. GIT-011 git cat-file -p Opens any object in the vault and shows what's inside. Plumbing uncommon
  6. GIT-012 git rev-parse Translates any name — HEAD~3, @{u}, main — into the hash git understands. Plumbing uncommon
  7. GIT-014 git ls-files The list of what the index actually sees, with no opinion from the working tree. Plumbing uncommon
  8. GIT-017 git worktree Two branches of the same repository, each in its own folder. Workshop uncommon
  9. GIT-018 git rerere Resolves the conflict you already resolved — and never asks again. Workshop uncommon
  10. GIT-019 git sparse-checkout Brings to the bench only the corner of the repository that matters. Workshop uncommon
  11. GIT-022 git commit --fixup Tags the patch with its target's name; autosquash slots it in later. Surgery uncommon
  12. GIT-023 git cherry-pick -x Transplants the commit and leaves a plaque saying where it came from. Surgery uncommon
  13. GIT-024 git revert -m Undoes a whole merge by choosing which parent still counts. Surgery uncommon
  14. GIT-025 git rebase --onto Cuts out a series of commits and grafts it onto another base. Surgery uncommon