top | item 42488869

(no title)

thibran | 1 year ago

How do the rebased commits work when working with others together on a branch?

discuss

order

mpalmer|1 year ago

It's no different from how rebasing works in any shared git project; rebased commits are re-created with different SHAs.

crabmusket|1 year ago

Right but that doesn't address the collaboration issue: who gets to decide where the branch points to?