|
|
|
|
|
by Cthulhu_
293 days ago
|
|
> A rebase may unintentionally overwrite someone's work Since you're rebasing, you're intending stuff; nothing is lost until you force-push. > A force-push to trunk breaks every other developer's working copy. Which is why you avoid it and set the remote main branch to protected. You can't force push by accident, you intend to forcibly overwrite the remote branch. |
|