Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

show the list of file of a commit

git show --name-only <sha1>
# if we don't want the info to the commit with it 
git show --pretty="" --name-only b5b01b7
 
PREVIOUS NEXT
Tagged: #show #list #file #commit
ADD COMMENT
Topic
Name
2+6 =