-
-
Notifications
You must be signed in to change notification settings - Fork 848
Editing pull request: Can we rebase instead of merge? #215
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
Comments
-1 from me. Since we use "squash and merge" button when merging pull request, |
It's possible to skip the merge entirely - that's just the example we used of a change someone might want to make. It's probably better to simplify the example to:
And then add a separate note saying to only use |
I concur with @methane.
Unfortunately AppVeyor build failed if it can't merge the branch to master without conflicts (which are likely if Misc/NEWS is changed). |
My concern is that when a PR was created quite a long while ago, when we do a merge from a more recent |
@Mariatta For those cases, it may make sense to ask the contributor if they'd mind doing a rebase before doing a merge ourselves and/or asking them if they're OK with us doing one. The main problem we want to avoid is doing a rebase without the contributor being aware it's happening. |
I think Github won't show commits from |
Regarding this section:
In step 3, is it possible to do
rebase
instead ofmerge
?When we do
git merge
, we could be getting a whole bunch of unrelated changes in the PR.The text was updated successfully, but these errors were encountered: