git: Refer to commit at time

Git supports use of human time references when addressing a commit: branch@{yesterday}

That only finds the local SHA of the given ref at that moment in time, i.e. this is built on top of the reflog.

See git help revisions for full details.

Published on: 17 Jan 2023