From 5423f209742a92eb0a6211fab8b00fcd92ba717a Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 09:34:31 +0000 Subject: [PATCH] Update 'Development workflow' --- Development-workflow.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Development-workflow.md b/Development-workflow.md index c5b3902..dd41518 100644 --- a/Development-workflow.md +++ b/Development-workflow.md @@ -7,6 +7,9 @@ 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) + +Click on the branch name then checkout origin->master from the repository. + ![CheckoutMAWE](https://cdn.discordapp.com/attachments/534260038039109632/970607547935506452/unknown.png) ![PullMaster](https://cdn.discordapp.com/attachments/534260038039109632/970607774541152276/unknown.png) ![changesseen](https://cdn.discordapp.com/attachments/534260038039109632/970607959438680064/unknown.png)