Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong base #28

Closed
wants to merge 2 commits into from
Closed

Wrong base #28

wants to merge 2 commits into from

Conversation

infinisil
Copy link

No description provided.

@infinisil-s-code-owner-test-app

The PR's base branch is set to staging, but 1 commits from the master branch are included. Make sure you know the right base branch for your changes, then:

  • If the changes should go to the master branch, change the base branch to master
  • If the changes should go to the staging branch, rebase your PR onto the merge base with the staging branch:
    # git rebase --onto $(git merge-base upstream/staging HEAD) $(git merge-base upstream/master HEAD)
    git rebase --onto 77f284eb909fc3a1e5f37375fbeba581946677b6 c95faa2131b0298e31ab81a008f2e8c607ba5dd7
    git push --force-with-lease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant