Skip to content

Instantly share code, notes, and snippets.

@linearza
Created May 18, 2023 14:38
Show Gist options
  • Save linearza/d8f78a742243ad9b94843658e048eb69 to your computer and use it in GitHub Desktop.
Save linearza/d8f78a742243ad9b94843658e048eb69 to your computer and use it in GitHub Desktop.
Get the complete git history of a file that has potentially changed type
git log --oneline --follow --all -- path/to/converted/file.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment