How to sort files in a pull request or in a commit?

83 Views Asked by At

I'm opening a PR for a project and I want my senior developer to look at it, but my PR has wrong order of files and changes that if you want to understand the problem my PR solves, you would need to go to 2nd page first, and only then to first and it creates this messy behavior where you will go to the 2nd page, then to 1st, then again to 2nd and so on.

I want a possibility of sorting files my way, so that firstly you would see the most important changes and only then tests for these changes and only then some sugar style changes, for example

I tried to google but only found docs on how to sort just PRs

0

There are 0 best solutions below