Git Repository Structure » History » Version 1
Sergey Smolov, 09/28/2018 10:49 AM
1 | 1 | Sergey Smolov | h1. Git Repository Structure |
---|---|---|---|
2 | |||
3 | {{toc}} |
||
4 | |||
5 | This page describes the structure of project's Git repository. |
||
6 | |||
7 | h2. Branches |
||
8 | |||
9 | Most of Git branches that are presented in the repository are user-specific. But some of them are seemed to be "persistent" - it is expected that they will be in use for a long time. |
||
10 | These branches are: |
||
11 | |||
12 | *master* - main branch of the "QEMU":https://www.qemu.org project (*NOTE*: please do not push your commits to this branch!) |
||
13 | *qemu4v.master* - main branch of the QEMU4V project |
||
14 | *qemu4v_0_1_1* - merged commits of QEMU4V 0.1.1 |
||
15 | |||
16 | h2. Tags |
||
17 | |||
18 | Every tag of the QEMU4V project should be named as follows: '<version-number>-<label>-<date>', for example: |
||
19 | <pre> |
||
20 | 0.1.1-beta-180517 |
||
21 | </pre> |