Git + Linux: speed up this command for searching Git for todos

后端 未结 0 383
孤街浪徒
孤街浪徒 2020-12-20 09:00

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题