gpt4 book ai didi

git - 将相对日期与git clone --shallow-since一起使用

转载 作者:行者123 更新时间:2023-12-03 16:28:21 26 4
gpt4 key购买 nike

我可以在 git clone --shallow-since=<date> 中使用相对相对日期(例如,像one-year-ago这样的东西)吗?

命令替换(例如$(one-year-ago-command)中的bashPowerShell`one-year-ago-command`中的bash)并不是真正的替代选择,因为我正在使用cmd,而for /f是a **中的一种痛苦。

最佳答案

是的,你可以这么做。它使用与您可以传递给例如的<date>格式相同的格式。 git log --since=<date>
例如:

git clone --shallow-since="1 week ago" <url>
这适用于Git 2.20.1版本。
也可以看看:
  • Is it possible to do a shallow git clone based on datetime?
  • git log --since=<date> options
  • Specification for syntax of git dates
  • 关于git - 将相对日期与git clone --shallow-since一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44851385/

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