Skip to content

Instantly share code, notes, and snippets.

@imtapps
Created October 8, 2015 19:44
Show Gist options
  • Save imtapps/52626f1caf2d28d3b9ff to your computer and use it in GitHub Desktop.
Save imtapps/52626f1caf2d28d3b9ff to your computer and use it in GitHub Desktop.
Show all files changed in git back to a specified commit
git log --name-only --oneline | sed '/<COMMIT HERE>/q' | grep -v ':'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment