I know that for not changing the commit dates, we can use git rebase --ignore-date
but i want this to be my default behaviour for every rebase I do.
Is there any way to set it in git configs? Something like
git config --global rebase.ignoreDate true
I don't want to make any alises, is there any sophisticated solution for this?