JPDev@programming.dev to Programmer Humor@programming.dev · 8 months agoRebase Supremacyprogramming.devimagemessage-square45fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageRebase Supremacyprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 8 months agomessage-square45fedilink
minus-squareElise@beehaw.orglinkfedilinkarrow-up0·8 months agoI’m relatively new to git and rebase looks like a mess to me? Like it appears to be making duplicate commits and destroys the proper history? If you use rebase to get a more readable history, isn’t the issue the tool you use to view the history? I guess I have to try it out a few times to get it.
minus-squareAggressivelyPassive@feddit.delinkfedilinkarrow-up0·8 months agoThe commits aren’t duplicated, but applied to the main branch. Since git has commit ids, they won’t be re-rebased either.
I’m relatively new to git and rebase looks like a mess to me? Like it appears to be making duplicate commits and destroys the proper history?
If you use rebase to get a more readable history, isn’t the issue the tool you use to view the history?
I guess I have to try it out a few times to get it.
The commits aren’t duplicated, but applied to the main branch. Since git has commit ids, they won’t be re-rebased either.