mirror of https://github.com/docker/docs.git
Update find-an-issue.md
This commit is contained in:
parent
b5e8ef21a7
commit
524a168b18
|
@ -233,9 +233,6 @@ To sync your repository:
|
||||||
From github.com:docker/docker
|
From github.com:docker/docker
|
||||||
* branch master -> FETCH_HEAD
|
* 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`.
|
7. Rebase your local master with the `upstream/master`.
|
||||||
|
|
||||||
$ git rebase upstream/master
|
$ git rebase upstream/master
|
||||||
|
|
Loading…
Reference in New Issue