Answers for "how to get contents of a committed file in git via command"

0

how to see what files are committed in git

git ls-tree --name-only -r <commit-ish>
Posted by: Guest on October-15-2021

Code answers related to "how to get contents of a committed file in git via command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language