I\'m using this command:
git ls-tree -r --name-only HEAD -- . | grep -E \'\\.(ts|tsx|js|jsx|css|scss|html)$\' | xargs -n1 git blame -c -e | sed -E \'s/^.+\\.c