From e4addf1c016dd4b6510e17e3f0d23032f880ba6f Mon Sep 17 00:00:00 2001 From: Megan Kostick Date: Thu, 9 Apr 2015 14:20:03 -0700 Subject: [PATCH] Docs cleanup - Contributor Guide Signed-off-by: Megan Kostick --- docs/sources/project/find-an-issue.md | 2 +- docs/sources/project/work-issue.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/project/find-an-issue.md b/docs/sources/project/find-an-issue.md index 0cfe7d7b59..a5a3c8bfe1 100644 --- a/docs/sources/project/find-an-issue.md +++ b/docs/sources/project/find-an-issue.md @@ -158,7 +158,7 @@ To sync your repository: origin https://github.com/moxiegirl/docker.git (fetch) origin https://github.com/moxiegirl/docker.git (push) 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. diff --git a/docs/sources/project/work-issue.md b/docs/sources/project/work-issue.md index 5e70bc32cc..1719195cd4 100644 --- a/docs/sources/project/work-issue.md +++ b/docs/sources/project/work-issue.md @@ -149,7 +149,7 @@ You should pull and rebase frequently as you work. 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.