📜  检查提交版本 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:08.987000             🧑  作者: Mango

代码示例1
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.