I have forked project at github. I make one commit and pull request it. This commit was approved. Then i make second commit and pull request it too. But in pull request there were 2 commits: my second commit and old commit which was approved. How can i sync my repository and main repository?
Share
Merge back from the upstream repository, or create the new pull request on a new branch.
Or rebase on top of upstream: