Regarding merging of pull requests #756
Answered
by
Meetjain1
Harish-2003
asked this question in
General
-
Hey I am currently maintaing an project and I have received three pull requests on the same file so what happens if I merge one pr and does that pr will automatically reflect to other pr's |
Beta Was this translation helpful? Give feedback.
Answered by
Meetjain1
Oct 6, 2024
Replies: 2 comments 3 replies
-
Before merging the pull request you need to check the code, what's on it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
after merging the first pr ask the other people to merge the updated base branch into their PRs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Harish-2003 Yes , when you merge one pr and go to merge other pr you will see some conflicts , so ask contributors to resolve that conflicts by updating their branch once they updated it you are free to merge that pr . similarily merge other prs . Just remember whenever you are going to merge any prs always look that is there any conflicts present in the prs or not .