Git Repository Structure » History » Revision 2
Revision 1 (Sergey Smolov, 09/28/2018 10:49 AM) → Revision 2/6 (Sergey Smolov, 11/13/2018 02:54 PM)
h1. Git Repository Structure
{{toc}}
This page describes the structure of project's Git repository.
h2. Branches
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.
These branches are:
*master* - main branch of the "QEMU":https://www.qemu.org project (*NOTE*: please do not push your commits to this branch!)
*qemu4v.master* - main branch of the QEMU4V project
*qemu4v_0_1_1* - merged commits of QEMU4V 0.1.1 (includes commits from pre-QEMU4V QEMU-based projects)
h2. Tags
Every tag of the QEMU4V project should be named as follows: '<version-number>-<label>-<date>', for example:
<pre>
0.1.1-beta-180517
</pre>