标签: git
我知道我可以使用
git log --author='Johnny'
查看Johnny完成的所有提交。然而,这将只为当前分支得到结果。有没有办法让Johnny在过去2天内在所有分支中完成所有提交。
答案 0 :(得分:5)
git log --branches --since=2.days --author=Johnny