I\'ve implemented classic OSS maintainer/contributor git workflow for a company project on github, however one edge case produces some weird results that I\'m not sure how t
you are rewriting your own history, since you are rebasing your master branch on the updated upstream repository. When you push your rebased repo to your fork git complains. You need to push with --force