git count-objects -v
git show-ref --heads
git fetch --dry-run
git notes show <commit>
git bundle create <filename> <branchname>
git notes add -m <note-text>
git describe --always --dirty
git name-rev <commit>
git describe --tags
git switch <branchname>
git apply <pathname>