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)