Skip to content

Instantly share code, notes, and snippets.

@mgiacomini
Created December 21, 2022 15:52
Show Gist options
  • Save mgiacomini/a074d94bda230b2c52f5856ee0beee70 to your computer and use it in GitHub Desktop.
Save mgiacomini/a074d94bda230b2c52f5856ee0beee70 to your computer and use it in GitHub Desktop.
Most touched files
git log --format=format: --name-only --since=12.month| egrep -v '^$' | sort | uniq -c | sort -nr | head -50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment