Git 我在所有分支机构所做的所有承诺

Git 我在所有分支机构所做的所有承诺,git,Git,我知道我可以用 git log --author='Johnny' 查看Johnny完成的所有提交。但是,这将仅获得当前分支的结果。有没有办法让Johnny在过去2天内完成所有分支中的所有提交 git log --branches --since=2.days --author=Johnny

我知道我可以用

git log --author='Johnny'
查看Johnny完成的所有提交。但是,这将仅获得当前分支的结果。有没有办法让Johnny在过去2天内完成所有分支中的所有提交

git log --branches --since=2.days --author=Johnny