JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros

Home Page:https://gitnuro.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can "Rebase interactive" use origin date?

lingfengyu-dreaming opened this issue · comments

Is your feature request related to a problem? Please describe.
When use "Rebase interactive", it will make all those changed commits come into the newest place in commit tree, and make those eariler commit be later than later commit.

Describe the solution you'd like
Add a checkbox to select "use origin commit date" and let jgit rebase with origin date.

Describe alternatives you've considered
Maybe sourcetree or other tools.

Additional context
image

Sorry but I'm not sure what do you mean. Do you want to be able to see the committer date instead of the author date? When using the author date and rebasing, you may have older commits ahead of newer ones.