Skip to content

how to make multiple pr for multiple issues that are presented in an similar project in an org #100

Answered by Princegupta101
Harish-2003 asked this question in Q&A
Discussion options

You must be logged in to vote

@Harish-2003
If your first pull request hasn't been merged yet and you want to work on another issue, you can create a new branch in your forked repository, make the necessary changes for the new issue, and then create a new pull request from that branch.

If both pull requests modify the same files or lines of code, there might be merge conflicts when one of them gets merged before the other. In such cases, the project maintainers will usually resolve the conflicts during the review process. You can help minimize conflicts by keeping your pull requests focused on specific changes and regularly updating your branches with changes from the main repository.

If you encounter any merge conflic…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Harish-2003
Comment options

@Princegupta101
Comment options

@Harish-2003
Comment options

Answer selected by Harish-2003
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants