From 524a168b18b7d7fa4a167796c827450c4b69074a Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Tue, 18 Oct 2016 16:22:28 -0700 Subject: [PATCH] Update find-an-issue.md --- opensource/workflow/find-an-issue.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/opensource/workflow/find-an-issue.md b/opensource/workflow/find-an-issue.md index e81eca118d..0c82c7d3d0 100644 --- a/opensource/workflow/find-an-issue.md +++ b/opensource/workflow/find-an-issue.md @@ -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