a_penang·12 anni fa·discussHere's an alternate version I'd written to such identify files. Using the git command line, invoke the following function from within any git repo:most-volatile-files () { git log --pretty=format: --name-only | sort | uniq -c | sort -rg | head -10; }
a_penang·15 anni fa·discussInteresting topic and quite relevant to me especially since I'm a recent CS graduate just starting my career. Why is the book in beta?
most-volatile-files () { git log --pretty=format: --name-only | sort | uniq -c | sort -rg | head -10; }