From ba1e0da51323808ce2205f3b45b8290270409edb Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Fri, 3 Mar 2017 13:21:08 +0800 Subject: [PATCH] Update find-an-issue.md (#2078) Change "upstream/master" in step 10 to code style; delete extra spaces after some sentences. --- opensource/workflow/find-an-issue.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/opensource/workflow/find-an-issue.md b/opensource/workflow/find-an-issue.md index 645c99b763..3798546d3b 100644 --- a/opensource/workflow/find-an-issue.md +++ b/opensource/workflow/find-an-issue.md @@ -234,7 +234,7 @@ To sync your repository: This command applies all the commits from the upstream master to your local master. -8. Check the status of your local branch. +8. Check the status of your local branch. $ git status On branch master @@ -266,10 +266,10 @@ To sync your repository: Switched to a new branch '11038-fix-rhel-link' Your branch should be up-to-date with the `upstream/master`. Why? Because you - branched off a freshly synced master. Let's check this anyway in the next + branched off a freshly synced master. Let's check this anyway in the next step. -9. Rebase your branch from upstream/master. +9. Rebase your branch from `upstream/master`. $ git rebase upstream/master Current branch 11038-fix-rhel-link is up to date. @@ -282,5 +282,5 @@ To sync your repository: ## Where to go next At this point, you know what you want to work on and you have a branch to do -your work in. Go onto the next section to learn [how to work on your -changes](work-issue.md). \ No newline at end of file +your work in. Go onto the next section to learn [how to work on your +changes](work-issue.md).