How to read git log graph

前端 未结 2 1252
南方客
南方客 2021-01-29 22:06

In the git community book, it says

Another interesting thing you can do is visualize the commit graph with the \'--graph\' option, like so:



        
2条回答
  •  Happy的楠姐
    2021-01-29 22:33

    420eac9 is on a different branch than the 3 commits "below" it. The branches diverged after d6016bc and they were merged in 5e3ee11.

提交回复
热议问题