How can I display commits between two commits in the past in log of commits? I found this article useful.
But I cant understand the references/others. Can somebody make it clear to me, please?
I found that if for example, I want to inspect between last 3rd and 4th commits this is the command
git log HEAD^2 -2