From 51513f787c16f6d33d6b0daeb29ddbfc0235be6c Mon Sep 17 00:00:00 2001 From: dahnte <70238020+dahnte@users.noreply.github.com> Date: Sat, 23 Sep 2023 14:10:31 -0700 Subject: [PATCH] Fix git-for-the-ss14-developer.html image (#31) --- src/en/general-development/setup/git-for-the-ss14-developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/general-development/setup/git-for-the-ss14-developer.md b/src/en/general-development/setup/git-for-the-ss14-developer.md index 32f6b7dd1..724e9da32 100644 --- a/src/en/general-development/setup/git-for-the-ss14-developer.md +++ b/src/en/general-development/setup/git-for-the-ss14-developer.md @@ -221,7 +221,7 @@ Generally, branches are named for whatever you're going to be working on in them You can make as many branches as you like. When you create a branch, it 'branches out' (no shit, really?) from the current branch you're on and becomes its own independent thing you can add commits to. -![](https://i.imgur.com/ByMugxu.png =500x300) +![](https://i.imgur.com/ByMugxu.png=500x300) In this diagram, each little node is a different commit, and each color is a different branch.