From b0c05e5977758c439d3835d839360027d496570e Mon Sep 17 00:00:00 2001 From: Juwan Wheatley Date: Thu, 30 Mar 2017 13:58:09 -0400 Subject: [PATCH] Fix rebase commands (#870) --- docs/guides/Contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/Contributors.md b/docs/guides/Contributors.md index 138b9f3..0a93157 100644 --- a/docs/guides/Contributors.md +++ b/docs/guides/Contributors.md @@ -86,5 +86,5 @@ Simple bug fixes are welcomed in pull requests! Please check for duplicate PRs b #### Make sure to sync up with the state of upstream before submitting a PR: -- `git fetch upstream/master` -- `git rebase upstream/master master` +- `git fetch upstream` +- `git rebase upstream/master`