查看当前分支所有提交者及其提交次数,按次数由高到低排序 具体命令如下: git log | grep "^Author: " | awk '{print $2}' | sort | uniq -c | sort -k1,1nr