Rebasing #1038
Rebasing
#1038
-
|
Why does rebasing reorder commits in a way I didn’t expect? |
Beta Was this translation helpful? Give feedback.
Answered by
Arsany-Osama
Apr 14, 2026
Replies: 1 comment
-
|
Because rebase rewrites history based on the new base, not original timestamps. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LansoLOL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because rebase rewrites history based on the new base, not original timestamps.