Answers for "list of files added or modified in a commit"

0

files modified by commit git

$ git show --pretty="" --name-only bd61ad98    
index.html
javascript/application.js
javascript/ie6.js
Posted by: Guest on October-23-2021
0

files modified by commit git

$ git diff-tree --no-commit-id --name-only -r bd61ad98
index.html
javascript/application.js
javascript/ie6.js
Posted by: Guest on December-04-2020

Code answers related to "list of files added or modified in a commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language