From b19836cd8354feced8f4d2d389bc1b9cff7ce021 Mon Sep 17 00:00:00 2001 From: hwick <33556230+hwick@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:28:20 -0400 Subject: [PATCH] Update 09_branches.md fixed image --- lessons/09_branches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/09_branches.md b/lessons/09_branches.md index fbc5d38..583dbd9 100644 --- a/lessons/09_branches.md +++ b/lessons/09_branches.md @@ -42,7 +42,7 @@ To create a new branch in GitHub Desktop, click the arrow next to `Current Branc Click `New Branch`, and you'll get a popup asking you to name the branch. There is also a reminder that your new branch will be based off of `main`, meaning that it will contain the same history of commits as `main` up until the point that the two branches diverged. If you had multiple branches, GitHub Desktop would let you choose which branch you would like to base the new branch from. Give your new branch an appropriate name (we chose `test_branch`), then click `Create Branch`:

- +

You'll notice that the middle tab of your repository bar now indicates that your Current Branch is now `test_branch`.