Add files via upload

This commit is contained in:
Lucas Ribeiro 2020-09-28 09:59:39 -03:00 committed by GitHub
parent c9c022ac5e
commit f8aa57e40e

6
BookFork.md Normal file
View file

@ -0,0 +1,6 @@
##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.