The script, the first 5 commits in PR are already checked by a code. He made several more attempts and wants to focus on them.
How can I compare the range of commits in a pull request on Github?
The most convenient way I've found is:
commits
files
..HEAD
You will see the range of commits that you want to view in the context of PR.
PS Now GitHub provides functions for viewing “Changes since the previous code review”, but sometimes it’s useful to manually select the changes
Github support replied:
To do this, you can use the comparison view:
https://github.com/rails/rails/compare
You can also create a comparison URL manually, for example.
https://github.com/rails/rails/compare/c51aa9f6f2c361e1efc53020028592564318e8a6...35a816a86a74e35b00e1e6d6e55aff01dd40980d
Source: https://habr.com/ru/post/984855/More articles:how can i flatten a 2d numpy array that has a different length in the second axis? - pythonLaunch a browser to update JavaScript code when developing MVC View? - javascriptReact: this.state disappears in a for loop - javascriptLocked Transactions with Hibernate in Oracle - javaParsing month-based strings in java - javaUnscheduled execution and reordering: can I see what is after the barrier before the barrier? - multithreadingpython highlighting in Rmarkdown in RStudio - pythonHow to change a ListView element designated as "React-Native" - react-nativehow to save xls file as xlsx file using C # NPOI? - c #enabling TypeFamilies makes code more rigorous - haskellAll Articles