Update chapter-06-gbapp-reference.md

This commit is contained in:
Lucas Ribeiro 2020-10-07 10:41:54 -03:00 committed by GitHub
parent c1dbfbe70c
commit 530be370b0

View file

@ -136,6 +136,7 @@ static getDialogs(bot: BotAdapter, min: GBMinInstance) {
## Fork concept
Is the implementation of new software based on existing software. The branch takes advantage of the data already used in other software to generate a new one.
This in some way contributes to a better understanding of how it works.
## How To...