I’m in the middle of a git bisect
session.
What’s the command to find out which commit (SHA1 hash) I am currently on? git status
does not provide this.
Edit: I guess calling git log
and looking at first entry works?
I’m in the middle of a git bisect
session.
What’s the command to find out which commit (SHA1 hash) I am currently on? git status
does not provide this.
Edit: I guess calling git log
and looking at first entry works?