Forrest logo
back to context overview

git-show-index

List of commands for git-show-index:

  • git-show-index:tldr:47292 git-show-index: Read an IDX file for a Git packfile and dump its contents to `stdout`.
    $ git show-index ${filename-idx}
    try on your machine
    explain this command
  • git-show-index:tldr:ccb57 git-show-index: Specify the hash algorithm for the index file (experimental).
    $ git show-index --object-format=${select} ${filename}
    try on your machine
    explain this command
back to context overview