Project

General

Profile

Git Repository Structure » History » Version 6

Sergey Smolov, 07/22/2022 06:08 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 5 Sergey Smolov
*master* - main branch of the "*QEMU*":https://www.qemu.org project (*NOTE*: please do not push your commits to this branch!)
11 1 Sergey Smolov
*qemu4v.master* - main branch of the QEMU4V project
12
13
h2. Tags
14
15
Every tag of the QEMU4V project should be named as follows: '<version-number>-<label>-<date>', for example:
16
<pre>
17
0.1.1-beta-180517
18
</pre>