I'm working on a project and I submitted my first pull request and while I'm waiting I want to continue on working on my project building up from what I worked on the merge that's still pending on. Right now I have :
*master
user_story_1
user_story_1
has an open pull request.
Now I'm trying to create a new branch user_story_2
where I can continue the work I left of at user_story_1
. How can I do this in Git without getting into any conflict or affecting my pending merge?