git ls-tree

Muestra los contenidos de un objeto árbol. Más información: https://git-scm.com/docs/git-ls-tree.

git ls-tree {{nombre_de_la_rama}}

git ls-tree -r {{hash_de_la_confirmación}}

git ls-tree --name-only {{hash_de_la_confirmación}}

git ls-tree -r --name-only HEAD | tree --fromfile