Comparing Changes List: Newest First? #180007
-
Select Topic AreaQuestion BodyHi, regarding the 3-dot list of commit changes, any way of displaying them newest first? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Right now, GitHub doesn’t provide a way to reorder the commit list in the 3-dot “Compare changes” view — it’s always displayed in chronological order from oldest to newest. The order is determined automatically by GitHub’s compare engine, and there’s no setting or toggle to reverse it. If you need the newest commits first, the only workaround is to view the branch’s commit history directly (which supports reverse order), but the compare view itself cannot be changed. |
Beta Was this translation helpful? Give feedback.
Right now, GitHub doesn’t provide a way to reorder the commit list in the 3-dot “Compare changes” view — it’s always displayed in chronological order from oldest to newest. The order is determined automatically by GitHub’s compare engine, and there’s no setting or toggle to reverse it. If you need the newest commits first, the only workaround is to view the branch’s commit history directly (which supports reverse order), but the compare view itself cannot be changed.