Venting out, sharing findings that took me time or just keeping notes for myself.
git log --pretty=format: --name-only | sort | uniq -c | sort -rg | head -10
git add directory_namegit commit -m 'Initial commit' -- directory_namegit push
Direct linkArchive on Wayback Machine