Vérifiez la version Commmit

You have at least 5 different ways to view the commit you currently have checked out into your working copy during a git bisect session (note that options 1-4 will also work when you're not doing a bisect):

git show.
git log -1.
Bash prompt.
git status.
git bisect visualize.
surati_coding