Git Repository Structure » History » Revision 3
« Previous |
Revision 3/5
(diff)
| Next »
Sergey Smolov, 09/28/2018 10:45 AM
Git Repository Structure¶
- Table of contents
- Git Repository Structure
This page describes the structure of project's repository.
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 a long time.
These branches are:
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)
Updated by Sergey Smolov about 6 years ago · 5 revisions