How can I diff two branches in GitHub?

前端 未结 4 1023
醉话见心
醉话见心 2020-12-08 08:54

I am just wondering if there is a way to simply diff two branches in GitHub? I know GitHub has capacity to do it because when we do code-reviews it does list out all the dif

4条回答
  •  遥遥无期
    2020-12-08 09:32

    If you are on any branch other than master you should see a link to compare:

    Click it and you should get redirected to the compare-tool where you can select branches or commits to compare

提交回复
热议问题