Continue working on a Git branch after making a pull request Continue working on a Git branch after making a pull request git git

Continue working on a Git branch after making a pull request


Create a new branch feature2 based on the last commit to feature1. feature1 will not move forward any more, and can be merged.

feature2 can then be merged later (some people would argue to rebase feature2 on the commit where feature1 was merged into upstream, but personally i dislike rebasing).