트리 객체의 파일과 디렉토리 목록을 보여줍니다. 더 많은 정보: https://git-scm.com/docs/git-ls-tree.
git ls-tree {{브랜치_이름}}
git ls-tree -r {{커밋_해시}}
git ls-tree --name-only {{커밋_해시}}
tree --fromfile
git ls-tree -r --name-only HEAD | tree --fromfile