Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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.
 
PREVIOUS NEXT
Tagged: #check #commmit #version
ADD COMMENT
Topic
Name
4+1 =