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