Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • Force pushes sound like an anti-pattern. So not sharing a remote branch with other devs means you have to develop it in a separate remote and push it to the upstream one when it is finished. That solves the merging an unfinished branch problem. However, you still have to force push stuff when rebasing, squishing, etc. Am I right? Commented Dec 6, 2018 at 6:48