gpt4 book ai didi

git - 如何让 git 显示作者日期指定日期范围内的提交?

转载 作者:IT王子 更新时间:2023-10-29 00:46:51 26 4
gpt4 key购买 nike

显然 this :

git log --all --after="<date> 00:00" --before="<date> 23:59" --author="<author>"

根据提交者日期过滤提交。如何让它显示指定作者日期范围内的提交?

最佳答案

也许我遗漏了什么,但这还不够吗?

git log --pretty=format:"%ad - %an: %s" --after="2016-01-31" --until="2017-03-10" --author="John Doe"

另见 here

关于git - 如何让 git 显示作者日期指定日期范围内的提交?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37311494/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com