17 April 2025
tags: git

In the same video by anthony, I learnt of git log --before/--until=<date>. Man page reads:

       --until=<date>, --before=<date>
           Show commits older than a specific date.

How is it that I only learn about this just now =/.