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: 5 comments 3 replies
-
|
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.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
I thought it was a bit strange that this was not the default or changeable, too. |
Beta Was this translation helpful? Give feedback.
-
|
hi |
Beta Was this translation helpful? Give feedback.
-
|
GitHub’s “Compare changes” view always shows commits from oldest to newest, and you can’t reorder them. The order is set automatically, and there’s no option to reverse it. To see the newest commits first, you must check the branch’s commit history instead. |
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.