diff --git a/Development-workflow.md b/Development-workflow.md index 58c00ec..dca8ed1 100644 --- a/Development-workflow.md +++ b/Development-workflow.md @@ -27,4 +27,6 @@ Give an approriate name for your branch. bugfix-xyz or feature-xyz won't work s The IDE will notify you of the branch being created and checked out. -![checkedout](https://cdn.discordapp.com/attachments/534260038039109632/970623349640269844/unknown.png) \ No newline at end of file +![checkedout](https://cdn.discordapp.com/attachments/534260038039109632/970623349640269844/unknown.png) + +>This new branch exists only on your local machine at this time. Only when we commit and push it to the repo will it be available to compile on MagicBox. \ No newline at end of file