特定の期日の最新コミットログへ移動する
code:shell
$ git log -1 $(git rev-list -n 1 --before="2024-03-30" develop)
2024/3/30時点のdevelopブランチにおける最新コミットログへ移動する
#git