From 0a2c21ddd8e8ca1ee86f6b0024c5fb378197a29f Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Tue, 29 Sep 2020 10:16:35 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index d67f254c..9a650157 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -127,18 +127,20 @@ static getDialogs(bot: BotAdapter, min: GBMinInstance) { *Figure 1 - How to build dialogs in General Bots using TypeScript* + +### Fork concept + +A fork or branch it happens when a developer (or a group of developers) starts an independent project based on the code of an existing project, that is, when a software is developed based on another, already existing, without the discontinuity of the latter. + +The term is particularly used in free or open source software, when a division occurs because of different goals or personality fights. Some see bifurcations as a weakness in free software, but others believe that they demonstrate the adaptability of the model. + + ## How To... ### Debugging .gbapp deployed on Azure 1. Visit https://.scm.azurewebsites.net/api/vfs/LogFiles/Application/index.html -### Fork concept -##fork concept - -A fork or branch it happens when a developer (or a group of developers) starts an independent project based on the code of an existing project, that is, when a software is developed based on another, already existing, without the discontinuity of the latter. - -The term is particularly used in free or open source software, when a division occurs because of different goals or personality fights. Some see bifurcations as a weakness in free software, but others believe that they demonstrate the adaptability of the model. ## Tooling