git 查看分支作者 2017-11-21 本文已影响81人 SYfarming git branch -a | xargs -L 1 bash -c 'echo "$1 git log --pretty=format:"%H %an" $1^..$1"' _