如何在 Git 中找到下一個提交? (參考的孩子/孩子) - How do I find the next commit in Git? (child/children of ref)

問題:

ref^ refers to the commit before ref . ref^指的是ref之前的提交。 What about getting the commit after ref ?ref之後獲得提交怎麼樣?

For example, if I git checkout 12345 , how do I check out the next commit?例如,如果我git checkout 12345 ,我如何檢查下一次提交?

PS: Yes, Git's a DAG node pointer struct tree whatever. PS:是的,Git 是一個DAG節點指針結構樹。 How do I find the commit after this one?在此之後我如何找到提交?


解決方案:

參考一: https://stackoom.com/question/9Uss
參考二: How do I find the next commit in Git? (child/children of ref)
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章