GitHub branch code overview

I need to review the code for an entire branch on GitHub. I went to the page and click compare . There is a tab, the files are changed, which shows what I need, the difference between the two branches, the wizard and the selected one. The problem is that it does not allow you to comment on the code, like single diff does :

github code review interface

The blue bubble just does not appear on the branch difference page.

Does anyone know how to review the code of an entire branch in GitHub?

Thanks.

+6
source share
2 answers

There seems to be no user interface for writing branch comments. My decision at the moment has asked another programmer to make a pull request. He really worked to make a pull request from one project to himself, and in a pull request I can write comments.

+4
source

I think you already know that you could comment on each commit by clicking the commit link. Not answering your question on all files like in pull request, but I hope this is useful to someone else.

+1
source

Source: https://habr.com/ru/post/895951/


All Articles