Search This Blog

git: list all the files for a particular commit

Use one of the commands below:
  • git show --name-only 76f134a2692c9472af3227d2f9fdb50548de6c0c
  • git diff-tree --no-commit-id --name-only -r 76f134a2692c9472af3227d2f9fdb50548de6c0c
  • ggit show --pretty="format:" --name-only 76f134a2692c9472af3227d2f9fdb50548de6c0c

No comments:

Post a Comment