Replies: 1 comment
-
Hello @zoubingwu, there is no setting to reverse the commit order. However, you can consider submitting a feature request to support this here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I want to see how a project evolves from the start. It can be done with
git log --reverse
then checkout to that commit, but it will be good to be able to do that in the UI for ease of use.The commit graph is a good place but I can't find a way to sort commit by date.
Beta Was this translation helpful? Give feedback.
All reactions