I want to reverse the history view of my Git repository. Currently, it shows the latest commits first, but I need to see the oldest commits first. The repository is so large that scrolling to the end is impractical. How can I reverse the order to display the oldest commits at the top?