How to make the second GitHub pull a request when a is suspended
I have used other versions of control systems before, but I have little experience with GIT and GitHub
I want to contribute to a project, so I divided it on GitHub, obtained a local copy of my fork, edited it, promised it, pushed the change back to my GitHub branch, and opened a pull request for the original upstream author Everything seems to be fine. The author says he will use it bit by bit
But now I want to solve the second project with the second pull request But everything I submit and push will eventually be appended to the first pull request What I want to do is create a new second pull request for subsequent changes, while the first pull request is still pending and not merged upstream
What steps do I need to take? I use git bash
Solution
You must treat your development as an irrelevant separation function Your second function should use a new branch / fork, which should be created from the original / CurrentVersion project, like the first time