From 7ff7397d0f2e1e992ab08550b25c72771747a4c3 Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Fri, 11 Mar 2016 17:45:06 -0300 Subject: [PATCH] Update CONTRIBUTING.rst --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d4294de8d..f19c4f302 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -54,7 +54,7 @@ Here's how to make a one-off code change. ``$ git checkout master`` - ``$ git checkout merge upstream/master`` + ``$ git merge upstream/master`` ``$ git checkout -b your-branch-name``