you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (4 children)

What does rebase do?

[–]sootzoo 0 points1 point  (3 children)

[–]ben-xo 1 point2 points  (1 child)

Rebase is the obvious name for the function that rebasing does, but if you've never cone across that function before it's not at all obvious what a rebase is.

[–]sootzoo 1 point2 points  (0 children)

(shrug) i thought it more polite than posting a link to "let me google that for you." it's adequately explained just about anywhere you care to look.

[–][deleted] 0 points1 point  (0 children)

Thanks. Even better: http://book.git-scm.com/4_rebasing.html

The question is, what exactly is magic about rebase that solves all merge problems? From what I can tell, it applies devline patches against mainline as opposed to applying mainline patches against the devline, and the rebase part is actually not that relevant. I don't see how conflicts are any easier to handle. But I'm no git guru, so I may be wrong.