I am working on a project having a master branch with some base code.
Then I made a branch develop1 and committed and push to remote and requested for pull request.
Okay, then I want to do another task but in-fact the pull request is not yet completed, is not yet merged with master.
So in this situation if I create a branch develop2 and rebase it with develop1 and write some codes and pushed it to remote what will happen is everything will be okay with out conflict and could I request for pull request for develop2 is it possible?
Or is this the common convention while working with pull request?