Hacker News new | ask | show | jobs
by emodendroket 3470 days ago
And also will make a huge mess if someone else has checked out your code already.
1 comments

Is it really such a huge mess? They'll get a conflict if they try to pull, and then they simply have to rebase their changes onto your new rebased branch, right?
I don't put that much faith in everybody else to figure it out themselves.
It's part of the git workflows.

Everybody merge OR every rebase. The organization gotta decide on the workflow.