mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-30 23:55:24 +02:00
git ls-tree: print the filenames of the current branch head in a tree structure (#10790)
This commit is contained in:
parent
f8d6aa88dc
commit
b17e204669
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- List only the filenames of the tree on a commit:
|
||||
|
||||
`git ls-tree --name-only {{commit_hash}}`
|
||||
|
||||
- Print the filenames of the current branch head in a tree structure (Note: `tree --fromfile` is not supported on Windows):
|
||||
|
||||
`git ls-tree -r --name-only HEAD | tree --fromfile`
|
||||
|
|
Loading…
Add table
Reference in a new issue