Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Created December 23, 2019 14:38
Show Gist options
  • Save oviniciusfeitosa/dd92d33f90bb95e53168c434dccbc9e3 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/dd92d33f90bb95e53168c434dccbc9e3 to your computer and use it in GitHub Desktop.
Git - find versioned files

To find files that have been versioned, regardless of whether they were removed from versioning or not.

git log --all --full-history -- "**/thefile.*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment