From bec6d5cfca3887258a5d7dc31dd88d0d8d6119a4 Mon Sep 17 00:00:00 2001 From: dcotelessa Date: Fri, 28 Jun 2024 21:06:48 -0700 Subject: [PATCH] Update CONTRIBUTING.md Section 2.7.d with correct stream branch --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5c5008e57..1b4b9ed663 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -634,10 +634,10 @@ git commit -m “insert message here” #### **2.7.d Working on an issue (4): Pulling from upstream before you push** -**IMPORTANT:** Before you push your local commits to your repository, sync your fork to the main Hack For LA website repository. `git pull upstream` will ensure that your local repository is up-to-date with the main site: +**IMPORTANT:** Before you push your local commits to your repository, sync your fork to the main Hack For LA website repository. `git pull upstream gh-pages` will ensure that your local repository is up-to-date with the main site: ```bash -git pull upstream +git pull upstream gh-pages ``` You can also sync your fork directly on GitHub by clicking "Sync Fork" at the right of the screen and then clicking "Update Branch"