git: Exploring all objects
git
allows us to enumerate all objects it knows about via git cat-file --batch-all-objects ...
.
git cat-file --batch-all-objects --batch-check | fzf --preview "git cat-file -p {1}"
Published on: 20 Aug 2023
git
allows us to enumerate all objects it knows about via git cat-file --batch-all-objects ...
.
git cat-file --batch-all-objects --batch-check | fzf --preview "git cat-file -p {1}"