Information Technology Reference
In-Depth Information
Figure 12-21 . New revisions pushed to the appropriate branch in the forked repository are automatically added to
the pull requests
How It Works
Your branch in the forked repository can be used to add more commits to the pull re-
quests. As long as the pull request was not accepted you can push to this branch.
It can happen that the master branch in the original repository moved forward. If
that is the case, you should update your local repository with:
$ git fetch origin
$ git rebase origin/master numbers
When new commits are ready you can append them to the existing pull request with
single command:
 
Search WWH ::




Custom Search