Shared Branches

Merge is safer than rebase for shared team contexts because it avoids history rewriting. Safe rebasing practice limits rebase operations to branches that are private to one developer. Shared branches should not be rebased. Rebasing a branc…

1 sources - 4 claims

Merge is safer than rebase for shared team contexts because it avoids history rewriting. Safe rebasing practice limits rebase operations to branches that are private to one developer. Shared branches should not be rebased. Rebasing a branch that teammates have checked out or based work on rewrites shared history.