Skip to content

Instantly share code, notes, and snippets.

@psenger
Created April 28, 2023 04:19
Show Gist options
  • Save psenger/f322ca01871b3663cd3bca361a678103 to your computer and use it in GitHub Desktop.
Save psenger/f322ca01871b3663cd3bca361a678103 to your computer and use it in GitHub Desktop.
[How to determine the files that have changed in a git commit to a specific hashcode] #git

git diff --name-only <old_version> HEAD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment