我在所有分支机构完成的所有提交

Nic*_*ilt 1 git

我知道我可以使用

git log --author='Johnny'
Run Code Online (Sandbox Code Playgroud)

查看Johnny完成的所有提交.然而,这将只为当前分支得到结果.有没有办法让Johnny在过去2天内在所有分支中完成所有提交.

Ben*_*mes 5

git log --branches --since=2.days --author=Johnny
Run Code Online (Sandbox Code Playgroud)