Skip to content

Instantly share code, notes, and snippets.

@johnjohndoe
Created March 7, 2023 15:52
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 johnjohndoe/ab83aaabcdce41d79b02dcf0616b99f7 to your computer and use it in GitHub Desktop.
Save johnjohndoe/ab83aaabcdce41d79b02dcf0616b99f7 to your computer and use it in GitHub Desktop.
Files in the Git history which change most often. https://engineering.ramp.com/what-matters-suffers
git log --name-only --pretty=format: | sort | uniq -c | sort -nr | head -n 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment