From 529a8ba7c97c412f442f814d8940a684195fe43c Mon Sep 17 00:00:00 2001 From: WangXiaoPeng Date: Wed, 9 Sep 2015 19:43:16 -0400 Subject: [PATCH] Doc Change: syncing_forks.rst Add [git checkout master] before pull from upstream --- docs/source/developers/github/syncing_forks.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/developers/github/syncing_forks.rst b/docs/source/developers/github/syncing_forks.rst index 90a1bce1e..bd9d21366 100644 --- a/docs/source/developers/github/syncing_forks.rst +++ b/docs/source/developers/github/syncing_forks.rst @@ -17,6 +17,8 @@ Update the **master branch** of your forked copy from xcat2/xcat-core #. Pull the ahead commits from the ``upstream master`` to your local master branch. :: + $ git checkout master + $ git pull upstream master remote: Counting objects: 38, done. remote: Compressing objects: 100% (15/15), done.