git log --pretty=format: --name-only | sort | uniq -c | sort -rg | head -10
Source: StackOverflow
Sunday, January 30, 2022
How can I see which files in git where changed the most times?
Labels:
git,
programming
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment