Answers for "check commmit version"

0

check commmit version

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.
Posted by: Guest on March-11-2021

Browse Popular Code Answers by Language