From 1523e9ab671e49a66e89b97a11c5de8e0c5cfc45 Mon Sep 17 00:00:00 2001 From: Johnson Date: Fri, 22 Aug 2014 11:10:36 +1000 Subject: [PATCH] Change branch names from "master" to "gh-pages". --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 43fe3da..23109f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,8 +51,8 @@ included in the project: 2. If you cloned a while ago, get the latest changes from upstream: ```bash - git checkout master - git pull upstream master + git checkout gh-pages + git pull upstream gh-pages ``` 3. Create a new topic branch (off the main project development branch) to @@ -73,7 +73,7 @@ included in the project: 6. Locally merge (or rebase) the upstream development branch into your topic branch: ```bash - git pull [--rebase] upstream master + git pull [--rebase] upstream gh-pages ``` 7. Push your topic branch up to your fork: