mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Docs cleanup - Contributor Guide
Signed-off-by: Megan Kostick <mkostick@us.ibm.com>
This commit is contained in:
parent
67676529b3
commit
e4addf1c01
2 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ To sync your repository:
|
||||||
origin https://github.com/moxiegirl/docker.git (fetch)
|
origin https://github.com/moxiegirl/docker.git (fetch)
|
||||||
origin https://github.com/moxiegirl/docker.git (push)
|
origin https://github.com/moxiegirl/docker.git (push)
|
||||||
upstream https://github.com/docker/docker.git (fetch)
|
upstream https://github.com/docker/docker.git (fetch)
|
||||||
upstream https://github.com/docker/docker.git (
|
upstream https://github.com/docker/docker.git (push)
|
||||||
|
|
||||||
If the `upstream` is missing, add it.
|
If the `upstream` is missing, add it.
|
||||||
|
|
||||||
|
|
|
@ -149,7 +149,7 @@ You should pull and rebase frequently as you work.
|
||||||
|
|
||||||
2. Make sure you are in your branch.
|
2. Make sure you are in your branch.
|
||||||
|
|
||||||
$ git branch 11038-fix-rhel-link
|
$ git checkout 11038-fix-rhel-link
|
||||||
|
|
||||||
3. Fetch all the changes from the `upstream master` branch.
|
3. Fetch all the changes from the `upstream master` branch.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue