Git Repository Structure » History » Revision 2
Revision 1 (Sergey Smolov, 05/13/2016 11:41 AM) → Revision 2/5 (Sergey Smolov, 05/13/2016 11:43 AM)
h1. Git Repository Structure
{{toc}}
This page describes the structure of project''s repository.
h2. Branches
Most of Git branches that are presented in the repository are user-specific and can be removed without a special notification. But some of them are seemed to be "persistent" - it is expected that they will be in use for more continuous time.
Such branches descriptions can be seen below:
*efsm.conflict.extractor* - a prototype of an engine that searches for read\write conflicts in EFSM models (written by Mikhail Lebedev)
*master* - main branch of the project
*sandbox* - branch for experiments and "trash" code
*model.adapter* - a prototype of test system template model (written by Dmitry Razdobarin)
*xml.test.engines* - engines for storing Test model in an XML format and for parsing this format (written by Mikhail Lebedev)