Update find-an-issue.md

This commit is contained in:
John Mulhausen 2016-10-18 16:22:28 -07:00 committed by GitHub
parent b5e8ef21a7
commit 524a168b18
1 changed files with 0 additions and 3 deletions

View File

@ -233,9 +233,6 @@ To sync your repository:
From github.com:docker/docker
* branch master -> FETCH_HEAD
This command says that you have got all the changes from the `master` branch belonging to
the `upstream` remote.
7. Rebase your local master with the `upstream/master`.
$ git rebase upstream/master