From c1a2735ecf8652cbc7856c950a08fb8c11fcb08c Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 10:42:49 +0000 Subject: [PATCH] Update 'Development workflow' --- Development-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development-workflow.md b/Development-workflow.md index 024c95a..1b16143 100644 --- a/Development-workflow.md +++ b/Development-workflow.md @@ -4,7 +4,7 @@ ### A new branch -In the lower right hand corner of the IDE will be displayed the current branch that is checked out from the repository. The branch **master** reflects the current codebase running in production. All new branches should be sourced from origin.master. +In the lower right hand corner of the IDE will be displayed the current branch that is checked out from the repository. The branch **master** reflects the current codebase running in production. All new branches should be sourced from origin/master. ![currentbranch](https://media.discordapp.net/attachments/534260038039109632/970609379248340992/unknown.png)