|
|
|
|
|
by Jacqued
4021 days ago
|
|
We've been fine using rebase on already pushed branches. This comes from the understanding that a feature branch belongs to one developer, ever, and that no one else is supposed to work off of it (or at their own peril). Everyone knows that it's "my branch" and that they're absolutely not supposed to use it for anything until it's merged back into master or whatever authoritative branch. |
|
We using the forking model for bigger projects with more developers, and the branching model for smaller projects. It works out very nicely.