1 min read
To pin some code to a specific version we can use a commit ID instead of a tag but using such a long string might feel a tad cumbersome:
$ git log
commit fb944d599d5487229463478928834cac20963f75 (HEAD -> main)
Author: Eric <some@thing.com>
Date: Wed Jun 7 20:27:17 2023 +0100
Fix exit with no error when cert violates lookahead (#2395)
(...)
22/06/2023
Read more...