我正在阅读http://rypress.com/tutorials/git/rebasing。导致git log --oneline
中的星号显示的原因是什么?
案文中的样本如下:
ec1b8cb Merge branch 'crazy'
*42fa173 Add news item for rainbow
3db88e1 Add 1st news item
*7147cc5 Link index.html to rainbow.html
*6aa4b3b Add CSS stylesheet to rainbow.html
b9ae1bc Merge branch 'master' into crazy
ae4e756 Link HTML pages to stylesheet
98cd46d Add CSS stylesheet
*33e25c9 Rename crazy.html to rainbow.html
*677e0e0 Add a rainbow to crazy.html
506bb9b Revert "Add a crazzzy experiment"
*514fbe7 Add a crazzzy experiment
1c310d2 Add navigation links
54650a3 Create blue and orange pages
b650e4b Create index page
我在任何回购中都没有看到星号。
答案 0 :(得分:1)
在您的链接中,就在提交日志本身上方,它提到了
“下面提到的六个提交是同一思路的一部分。”
即。星号不是git函数,而是网站通过rebasing教程提取他们想要讨论的特定提交。
答案 1 :(得分:0)
这可能是导致git log
中 Asterisks 的原因- 显示您当前的分支
另请查看此文档
https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History