Skip to content

Instantly share code, notes, and snippets.

@pjmartorell
Created March 21, 2023 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjmartorell/03d3774736927fd92dbb3285cabbc7e4 to your computer and use it in GitHub Desktop.
Save pjmartorell/03d3774736927fd92dbb3285cabbc7e4 to your computer and use it in GitHub Desktop.
Find when a file was deleted in Git by showing all history of modifications of a given file
git log --full-history -- app/views/plugins/_list.html.erb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment