2017-04-17 37 views
0

我在閱讀http://rypress.com/tutorials/git/rebasing。什麼原因導致git log --oneline中的星號被顯示?git中的星號登錄

從文本的示例如下:

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 

我沒有看到任何我的回購星號。

回答

1

在你的鏈接,略高於提交日誌本身,它提到

「六所提交以下帶星號的是思想的同一列火車的一部分。」

I.E.星號不是git函數,而是網站通過重新設計教程提取他們想要討論的具體提交。