Y
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
mbrock
3470 days ago
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?
link
emodendroket
3470 days ago
I don't put that much faith in everybody else to figure it out themselves.
link
user5994461
3470 days ago
It's part of the git workflows.
Everybody merge OR every rebase. The organization gotta decide on the workflow.
link