Can I use a relative date in git clone
's --shallow-since=<date>
(e.g. sth like one-year-ago
)?
Command substitution (like $(one-year-ago-command)
in bash
and PowerShell
or `one-year-ago-command`
in bash
) is no real alternative as I'm using cmd
and for /f
is a pain in the a**.