How do I review an entire codebase on github?
问题 I would like to review all of the code in a single branch of a git repo on GitHub. (I am a professor, and the code is part of a student's thesis.) Any single commit affects only a small portion of the code. How can I perform a review that allows me to make per-line comments on all of the code from any commit? I believe this question is related to How can I make a github PR requesting review of entire files?, which was never answered. 回答1: Navigate to the repo, then select the branch (for