|
|
|
|
|
by throwbadubadu
1061 days ago
|
|
> Do people not merge master into their branch before pushing? No, they rebase! (Sorry, couldn't resist, yeah the other half does this (!attention, opinion!) ugly cross merges that make the commit graph look like my cables under the desk... > Merge queues are the only way to ensure that main does not break from conflicts that arise "in between" commits. Not the only one (though you may argue this is a degenerated queue): use merge locks! Yeah, we really use git svn style, the locking is done via a chat channel. No, please don't laugh. Acquire the lock, merge develop or rebase, check everything again, release lock :D :D
(No again: I am not suggesting this to anyone!! :D ) |
|