InterviewSolution
Saved Bookmarks
| 1. |
What is the functionality of git ls-tree? |
|
Answer» This COMMAND returns a tree object representation of the CURRENT repository ALONG with the mode and the name of each ITEM and the SHA-1 value of the BLOB. |
|